Get OHLC candles for a symbol
GET/v1/defi/market/prices/candles
Returns open/high/low/close buckets for an asset over a configurable lookback window, sampled at a configurable resolution. Use for candlestick charts and volatility measures that need the intra-bucket range rather than a single close.
Only sources that store individual ticks can produce OHLC. Requesting
candles for an asset priced from a derived or snapshot source returns
400.
See the Time Window & Resolution
section for the format of window and resolution.
Request
Responses
- 200
- 400
- 404
- 500
Candle series for the requested symbol
Bad request - invalid parameters, or candles unavailable for the asset's price source
Symbol not found or no price data
Internal server error