Candlesticks by Token
Get historical OHLCV candlestick data for a single outcome token
Intervals
first_trade_ts and last_trade_ts - the Unix timestamps of the first and last trades for this token. It also echoes back the resolved interval (in minutes) and interval_seconds (bucket width), so you know which bucket size was picked when requesting interval=0.Authorizations
Path Parameters
Outcome token ID
Query Parameters
Unix timestamp (seconds) for start of time range
x >= 0Unix timestamp (seconds) for end of time range
x >= 0Interval: 0=auto, 1=1m, 5=5m, 15=15m, 60=1h, 1440=1d
Response
Successful Response
Candlesticks endpoint response.
Resolved candle interval in minutes (1, 5, 15, 60, or 1440). Reflects the auto-selected value when interval=0 is requested.
Resolved candle interval in seconds — the bucket width of each candlestick
Array of candlestick data points
Market condition ID (set for condition-level candles)
Outcome token ID (set for token-level candles)
Unix timestamp of the first trade
Unix timestamp of the last trade
