Historical prices
get_price_historyFetch historical price series for outcome tokens, supporting sub-minute resolution and alignment with order book depth for market analysis.
Instructions
Price series per outcome token over time. Prices are probabilities in [0, 1].
Polymarket serves its own price history down to 1-minute buckets and that is free — use this tool when you need finer than a minute, or when you want prices aligned to the same timeline as order book depth. For 1-minute or coarser history alone, Polymarket's public API is equivalent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 100, max 200 | |
| cursor | No | ||
| end_ts | Yes | ISO-8601 UTC, e.g. 2026-08-23T14:00:00Z | |
| start_ts | Yes | ISO-8601 UTC, e.g. 2026-08-23T14:00:00Z | |
| id_or_slug | Yes | Market slug | |
| resolution | No | Defaults to 1m |