UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 792 B
# GetMarketCandlesticksHistoricalResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ticker** | **string** | Unique identifier for the market. | [default to undefined] **candlesticks** | [**Array<MarketCandlestickHistorical>**](MarketCandlestickHistorical.md) | Array of candlestick data points for the specified time range. | [default to undefined] ## Example ```typescript import { GetMarketCandlesticksHistoricalResponse } from 'kalshi-typescript'; const instance: GetMarketCandlesticksHistoricalResponse = { 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)