UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 824 B
# MarketCandlesticksResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **market_ticker** | **string** | Market ticker string (e.g., \'INXD-24JAN01\'). | [default to undefined] **candlesticks** | [**Array<MarketCandlestick>**](MarketCandlestick.md) | Array of candlestick data points for the market. Includes an initial data point at the start timestamp when available. | [default to undefined] ## Example ```typescript import { MarketCandlesticksResponse } from 'kalshi-typescript'; const instance: MarketCandlesticksResponse = { market_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)