Get combo leg candlesticks
Returns sampled price candles for one combo leg. Prefer position_id from /polymarket/combos/legs; alternatively pass v2_condition_id with outcome_index.
Query Parameters
Leg position id, decimal or 0x-prefixed hex
Alias for position_id
Leg V2 condition id from /polymarket/combos/legs
Leg outcome index when v2_condition_id is used. 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 leg sampled-price candlestick data
Unix timestamp in milliseconds.
x >= 0Low sampled leg price.
High sampled leg price.
Open sampled leg price.
Close sampled leg price.
Number of combo trades that sampled this leg price.