polymarket_price_history
Retrieve historical price series for a Polymarket outcome token using named intervals or explicit time windows, returning unix timestamps and prices from 0 to 1.
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. |