Midprice
Subscribe to the aggregated orderbook stream
Request Example
{
"topic": "midprice",
"symbol": "BTCUSDT",
"action": "subscribe",
}
Response Parameters
Parameters
Type
Comments
topic
string
Topic name
symbol
string
Symbol name
midPrice
string
Midprice
ts
float
Timestamp (ms)
Response Example
{
"topic": "midprice",
"symbol": "BTCUSDT",
"midPrice": "105346.45",
"ts": 1693564830000,
}
Last updated