Query Parameters
The prediction market platform (e.g.,
polymarket).The platform-specific market identifier (optional, for documentation purposes).
The outcome token ID.
Candle period. Possible values:
1s, 5s, 10s, 1m, 5m, 15m, 1h, 4h, 1d, 1w.Start time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z). If omitted, returns the most recent candles.End time. Accepts Unix timestamp in milliseconds (e.g.,
1709913600000) or ISO 8601 string (e.g., 2024-03-01T00:00:00Z). Defaults to now.Maximum number of candles to return (1 to 1000).
Number of records to skip for pagination.
Response
Array of OHLCV candle objects. Uses the same abbreviated field names as the spot OHLCV endpoint (
/2/token/ohlcv-history).Pagination metadata.
Server node identifier.
Request processing time in milliseconds.