Get OHLCV
Prices & Candles
Get OHLCV
Pre-aggregated candlestick data.
GET
Get OHLCV
Returns OHLCV (open, high, low, close, volume) candles at the requested resolution.Documentation Index
Fetch the complete documentation index at: https://docs.polydata.live/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Outcome token ID
Candle period:
1m, 5m, 15m, 1h, 4h, 1dStart time (Unix ms)
End time (Unix ms)
Max candles (1-1000)
Candles are calculated from
best_bid. Volume is the count of price-change events within the period (a proxy for activity, not actual traded size).Response
Array of candles:
{timestamp, open, high, low, close, volume}. Sorted ascending by timestamp.