v1
latestOpenAPI 3.1.02026-07-2657157254.1 KBpolymarket
Get Candlesticks
Fetch historical candlestick data for a market.
Returns combined OHLCV data from both YES and NO tokens, normalized to YES perspective. NO token prices are converted as (1 - price) and volumes are combined.
get/v2/polymarket/candlesticks/{condition_id}
Path parameters
condition_idstring required
Condition ID for the market
Condition ID for the market
Query parameters
start_timeinteger nullable
Unix timestamp (seconds) for start of time range
Unix timestamp (seconds) for start of time range
end_timeinteger nullable
Unix timestamp (seconds) for end of time range
Unix timestamp (seconds) for end of time range
intervalinteger
Interval: 0=auto, 1=1m, 5=5m, 15=15m, 60=1h, 1440=1d
Interval: 0=auto, 1=1m, 5=5m, 15=15m, 60=1h, 1440=1d
Response
Successful Response