kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 671 B
Markdown
# BatchGetMarketCandlesticksResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**markets** | [**Array<MarketCandlesticksResponse>**](MarketCandlesticksResponse.md) | Array of market candlestick data, one entry per requested market. | [default to undefined]
## Example
```typescript
import { BatchGetMarketCandlesticksResponse } from 'kalshi-typescript';
const instance: BatchGetMarketCandlesticksResponse = {
markets,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)