Get candles
- Hyperliquid
- Spot
- HIP-3
- HIP-4
- Lighter
/v1/hyperliquid/candles/{symbol}. Plain perp symbols such as BTC.Request parameters
Response fields
Candle values are numbers, not decimal strings.Gaps and intervals
Pick the largest interval that still answers the question; finer candles return more rows and more requests. A missing bar is not a zero bar, so confirm coverage on Data quality before a long historical pull, and treat a gap as a window to narrow or rebuild rather than fill.volume is in the base asset and quote_volume is in USD, so use quote_volume when comparing activity across symbols that trade at very different prices.
Stream it live
Only Lighter streams candles, onlighter_candles. Hyperliquid core, Spot, HIP-3, and HIP-4 have no candle channel: stream Trades and aggregate to your interval, or poll the REST route above.
Export in bulk
Candles have no standalone export schema. For file-based history, export Trades with thetrades schema and aggregate to candles downstream, or keep candle pulls on REST. Export schema details are on Export schemas.