Mark price candle
Streams real-time mark price candlestick data for a specific market.
Params
{
"method": "subscribe",
"params": {
"source": "mark_price_candle",
"symbol": "BTC",
"interval": "1m"
}
}Stream
{
"channel": "mark_price_candle",
"data": {
"t": 1748954160000,
"T": 1748954220000,
"s": "BTC",
"i": "1m",
"o": "105376.500000",
"c": "105380.250000",
"h": "105385.750000",
"l": "105372.000000",
"v": "0",
"n": 0
}
}Field
Type
Description
Last updated