{
"channel": "candle",
"data": {
"t": 123,
"T": 123,
"s": "<string>",
"i": "<string>",
"o": "<string>",
"c": "<string>",
"h": "<string>",
"l": "<string>",
"v": "<string>",
"n": 123
}
}Live Data WebSocket API
allCandles
Live OHLCV candles for every coin of an interval
Subscribe with
{"method":"subscribe","subscription":{"type":"allCandles","interval":"1m"}} (interval one of 1m, 5m, 15m, 1h, 4h, 1d). Same CandleUpdate frames as candle, pushed for every coin trading on the selected interval — the s field carries the coin.