# GetMarketCandlesticksResponse


## Properties

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