Market Candles
Returns market OHLCV candles for charting and trade-review overlays, ordered by open_time ascending. Each row also carries trades, closed, and nullable quote volume (null before quote-volume coverage). symbol, from, and to are required; from/to accept Unix seconds, ISO datetimes, or UTC dates, and candle open_time is bounded to the half-open [from,to) window. The requested window may contain at most 5000 candles, so use a larger interval for long histories. The response is market data and does not require a wallet address.
Query parameters
Hyperliquid market id (for example BTC, kPEPE, xyz:GOLD, the canonical PURR/USDC spot pair, or an @index spot market).
Hyperliquid market id (for example BTC, kPEPE, xyz:GOLD, the canonical PURR/USDC spot pair, or an @index spot market).
Candle granularity.
Candle granularity.
Window start (Unix seconds, an ISO datetime, or a bare UTC date).
Window start (Unix seconds, an ISO datetime, or a bare UTC date).
Window end (Unix seconds, an ISO datetime, or a bare UTC date; a bare date means the end of that day).
Window end (Unix seconds, an ISO datetime, or a bare UTC date; a bare date means the end of that day).
Response
OK
Example response
{
"$schema": "https://example.com/schemas/DataResponseHyperliquidCandle.json"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.