# GetEventCandlesticksResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**market_tickers** | **Array&lt;string&gt;** | Array of market tickers in the event. | [default to undefined]
**market_candlesticks** | **Array&lt;Array&lt;MarketCandlestick&gt;&gt;** | Array of market candlestick arrays, one for each market in the event. | [default to undefined]
**adjusted_end_ts** | **number** | Adjusted end timestamp if the requested candlesticks would be larger than maxAggregateCandidates. | [default to undefined]

## Example

```typescript
import { GetEventCandlesticksResponse } from 'kalshi-typescript';

const instance: GetEventCandlesticksResponse = {
    market_tickers,
    market_candlesticks,
    adjusted_end_ts,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
