kalshi_get_candles
Hourly OHLC candles (yes bid, yes ask, traded price) plus volume and open interest for a Kalshi market. This is the only history that exists for non-crypto Kalshi markets — Kalshi serves no historical order book — and it reaches back up to a year, far past the order-book capture. price is null in periods with no trade. Requires a paid plan; history gated by plan window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1–500). | |
| cursor | No | Opaque pagination cursor from a previous response's pagination.next_cursor. | |
| ticker | Yes | Exact Kalshi market ticker from kalshi_search_markets (never constructed from a timestamp). | |
| end_time | No | End of time as ms-epoch or ISO-8601. History is clamped to your plan's window. | |
| interval | No | Candle period. Only 1h (60m) is recorded; omit for the default. | |
| start_time | No | Start of time as ms-epoch or ISO-8601. History is clamped to your plan's window. |