kalshi_candlesticks_batch
Retrieve OHLC candlesticks for multiple market tickers in one API call by specifying a time range and candle interval, enabling batch analysis of price movement across sports betting markets.
Instructions
OHLC candlesticks for MANY markets in one call — pass the tickers as a list.
Returns: {markets:[{market_ticker, candlesticks:[{end_period_ts, price, volume, open_interest}]}]}
Auth: none needed.
Also answers this: polymarket_price_history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_ts | Yes | Window end (unix seconds). | |
| start_ts | Yes | Window start (unix seconds). | |
| market_tickers | Yes | Market ticker(s). | |
| period_interval | No | Candle width in minutes: 1, 60, or 1440. |