# GetMarketCandlesticksHistoricalResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**ticker** | **string** | Unique identifier for the market. | [default to undefined]
**candlesticks** | [**Array&lt;MarketCandlestickHistorical&gt;**](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)
