Get combo candlesticks
Returns OHLCV candles for a combo token. Pass exactly one of condition_id or position_id; when using condition_id, outcome_index defaults to 0 (YES).
Query Parameters
Combo condition id (0x-prefixed 32-byte hex)
Combo position id, decimal or 0x-prefixed hex
Combo side when condition_id is used: 0 = YES, 1 = NO. Default: 0
x >= 0Candle interval: 1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D
1S, 5S, 10S, 30S, 1, 5, 15, 30, 60, 240, D, 1D Number of candles (default 500, max 2500)
Start timestamp (Unix seconds)
End timestamp (Unix seconds)
Cursor-based pagination key from previous response
Response
Combo OHLCV candlestick data
Unix timestamp in milliseconds.
x >= 0Low price.
High price.
Open price.
Close price.
Total combo trade volume in USD.
Combo trade count.
Volume-weighted mean price.