candles
Stream real-time OHLCV candle updates for a specific 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.
Subscribe
{
"method": "subscribe",
"subscription": {
"type": "candle",
"coin": "BTC",
"interval": "1m"
}
}Field
Type
Required
Description
Unsubscribe
{
"method": "unsubscribe",
"subscription": {
"type": "candle",
"coin": "BTC",
"interval": "1m"
}
}Update data format
Field definitions
Field
Type
Description
Field
Type
Description
Examples
Common errors
Error
Cause
Last updated