Get market token prices history
Get historical token prices (probabilities from 0.0 to 1.0).
This endpoint always returns prices for all tokens in the market.
Use /v1/tokens/{token_id}/prices for single-token queries.
Pagination limits:
- Default
limit: 100 points per page - Maximum
limit: 200 points per page - Use
cursorfrommetadata.next_cursorto fetch the next page
Aggregation: Prices are averaged when aggregating to higher resolutions.
Format: JSON only.
Authorizations
Path Parameters
Market ID or market slug.
1 - 200"618831"
Query Parameters
Inclusive range start. Accepts ISO 8601 timestamp or Unix seconds.
"2025-09-01T00:00:00Z"
"1756684800"
Exclusive range end. Accepts ISO 8601 timestamp or Unix seconds.
"2025-09-05T00:00:00Z"
"1757030400"
Aggregation bucket size.
1s, 1m, 5m, 10m, 15m, 1h, 6h, 1d Maximum number of points to return in this page. Default: 100, max: 200.
x >= 1100
Opaque cursor from a previous response metadata.next_cursor.
Response
Historical prices for all tokens in the market.
Response for GET /markets/{id_or_slug}/prices.
Canonical market ID.
"618831"
Applied resolution.
"1h"
Mapping of token label to token ID.
Time series points grouped by token label.
Pagination metadata for this history page.