kalshi_candlesticks
Retrieve OHLC candlesticks for a market over a time window (1m/1h/1d) to analyze price, volume, and open interest.
Instructions
OHLC price candlesticks for one market over a time window (1m/1h/1d periods).
Returns: {ticker, candlesticks:[{end_period_ts, yes_bid, yes_ask, 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). | |
| ticker | Yes | Market ticker. Required — part of the URL path. | |
| start_ts | Yes | Window start (unix seconds). | |
| seriesTicker | Yes | Series ticker (the market ticker's prefix before the first '-'). Required — part of the URL path. | |
| period_interval | No | Candle width in minutes: 1, 60, or 1440. |