candleSnapshot
Get OHLCV candlestick data for any coin and interval.
Currently we offer 1s candlesticks which are not available on Hyperliquid natively. Our candlesticks endpoint also return more than 5k last candles available through the native Hyperliquid API.
Overview
Request
{
"type": "candleSnapshot",
"req": {
"coin": "BTC",
"interval": "1m",
"startTime": 1700000000000,
"endTime": 1700003600000
}
}Field
Type
Required
Description
Valid intervals
Interval
Duration
Response
Field
Type
Description
Rate limits
Examples
Common errors
Error
Cause
Last updated