Topic: /contractMarket/execution:{symbol}#
For each order executed, the system will send you the match messages in the format as following.
Push frequency: real-timeSubscribe Message#
{
"id": 1545910660739,
"type": "subscribe",
"topic": "/contractMarket/execution:XBTUSDTM",
"response": true
}
Response#
Example{
"topic": "/contractMarket/execution:XBTUSDTM",
"type": "message",
"subject": "match",
"sn": 1794100537695,
"data": {
"symbol": "XBTUSDTM",
"sequence": 1794100537695,
"side": "buy",
"size": 2,
"price": "90503.9",
"takerOrderId": "247822202957807616",
"makerOrderId": "247822167163555840",
"tradeId": "1794100537695",
"ts": 1731898619520000000
}
}