kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
25 lines (17 loc) • 961 B
Markdown
# GetEventCandlesticksResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**market_tickers** | **Array<string>** | Array of market tickers in the event. | [default to undefined]
**market_candlesticks** | **Array<Array<MarketCandlestick>>** | 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)