Topic:/indicator/markPrice:{symbol0},{symbol1}#
Subscribe to this topic to get the mark price for margin trading.The following ticker symbols are supported: List of currently supported symbol
Push frequency: once every 1sSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/indicator/markPrice:USDT-BTC",
"response": true
}
Response#
Example{
"topic": "/indicator/markPrice:USDT-BTC",
"type": "message",
"subject": "tick",
"data": {
"symbol": "USDT-BTC",
"granularity": 1000,
"value": 0.000011820000000,
"timestamp": 1740840036000
}
}