kalshi_candlesticks_batch
Fetch OHLC candlestick data with volume and open interest for multiple Kalshi markets in one call, using tickers, time range, and interval. Also serves as Polymarket price history.
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. |