polymarket_price_history
Retrieve historical price series for Polymarket outcome tokens using named intervals or explicit timestamps. Supports resolution and window parameters for flexible analysis.
Instructions
Historical price series for one outcome token — by named interval or an explicit ts window.
Returns: {history:[{t, p}]} (unix seconds, price 0-1)
Auth: none needed.
Also answers this: kalshi_candlesticks, kalshi_candlesticks_batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTs | No | Window end (unix seconds). | |
| market | Yes | CLOB token id (the API calls this param `market`). | |
| startTs | No | Window start (unix seconds). | |
| fidelity | No | Resolution in minutes. | |
| interval | No | Named lookback window (alternative to startTs/endTs). One of: 1h, 6h, 1d, 1w, 1m, max. |