Historical prices
get_price_historyRetrieve historical outcome token prices at sub-minute resolution or aligned with order book depth. Use when Polymarket's public API's 1-minute buckets are insufficient.
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 |