Topic: /contractMarket/snapshot:{symbol}#
Subscribe this topic to get the statistics event of a symbol intervally, including 24h transaction volume,price change, etc.
Subscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contractMarket/snapshot:XBTUSDTM",
"response": true
}
Response#
Example{
"topic": "/contractMarket/snapshot:XBTUSDTM",
"type": "message",
"subject": "snapshot.24h",
"id": "67c01b710329940001118cb1",
"data": {
"highPrice": 89299.9,
"lastPrice": 86262.6,
"lowPrice": 82205.2,
"price24HoursBefore": 88762.5,
"priceChg": -2499.9,
"priceChgPct": -0.0281,
"symbol": "XBTUSDTM",
"turnover": 1033552780.2532196044,
"volume": 12062.039,
"ts": 1740643185017646670
}
}