Candle
Streams candle information for given symbol and candle time interval
Params
{
"method": "subscribe",
"params": {
"source": "candle",
"symbol": "SOL",
"interval": "1m"
}
}Stream
{
"channel": "candle",
"data": {
"t": 1749052260000,
"T": 1749052320000,
"s": "SOL",
"i": "1m",
"o": "157.3",
"c": "157.32",
"h": "157.32",
"l": "157.3",
"v": "1.22",
"n": 8
}
}Field
Type
Description
Last updated