Topic: /contractMarket/ticker:{symbol}#
Subscribe this topic to get the realtime push of BBO changes.The ticker channel provides real-time price updates whenever a match happens. If multiple orders are matched at the same time, only the last matching event will be pushed.It is not recommended to use this topic any more. For real-time ticker information, please subscribe /contractMarket/tickerV2:{symbol}.
Push frequency: real-timeSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contractMarket/ticker:XBTUSDTM",
"response": true
}
Response#
Example{
"topic": "/contractMarket/ticker:XBTUSDTM",
"type": "message",
"subject": "ticker",
"sn": 1828964168748,
"data": {
"symbol": "XBTUSDTM",
"sequence": 1828964168748,
"side": "buy",
"size": 2,
"price": "86429.7",
"bestBidSize": 112,
"bestBidPrice": "86429.6",
"bestAskPrice": "86429.7",
"tradeId": "1828964168748",
"bestAskSize": 1578,
"ts": 1740642161735000000
}
}