kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 742 B
Markdown
# GetMarketCandlesticksResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ticker** | **string** | Unique identifier for the market. | [default to undefined]
**candlesticks** | [**Array<MarketCandlestick>**](MarketCandlestick.md) | Array of candlestick data points for the specified time range. | [default to undefined]
## Example
```typescript
import { GetMarketCandlesticksResponse } from 'kalshi-typescript';
const instance: GetMarketCandlesticksResponse = {
ticker,
candlesticks,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)