Topic:/market/match:{symbol},{symbol}#
Subscribe to this topic to get the matching event data flow of Level 3.A topic supports up to 100 symbols.
Push frequency: real-time
Subscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/market/match:BTC-USDT",
"response": true
}
Response#
Example{
"topic": "/market/match:BTC-USDT",
"type": "message",
"subject": "trade.l3match",
"data": {
"makerOrderId": "671b5007389355000701b1d3",
"price": "67523",
"sequence": "11067996711960577",
"side": "buy",
"size": "0.003",
"symbol": "BTC-USDT",
"takerOrderId": "671b50161777ff00074c168d",
"time": "1729843222921000000",
"tradeId": "11067996711960577",
"type": "match"
}
}