Candles
Real-time candlestick data.
{"method": "subscribe", "subscription": {"type": "candle", "coin": "BTC", "interval": "1m"}}Supported intervals: "1m", "3m", "5m", "15m", "30m", "1h"
Data format: Candle
{"channel": "candle", "data": {"t": 1699900000000, "T": 1699900060000, "s": "BTC", "i": "1m", "o": "65000.0", "c": "65100.0", "h": "65150.0", "l": "64950.0", "v": "125.5", "n": 342}}