Skip to main content

Push message format

Format

Format
{
"topic": "trade",
"event": "trade@btc_usdt", // title
"data": {}
}
Example of transaction record (real-time push message)
{
"topic": "trade",
"event": "trade@btc_usdt",
"data": {
"s": "btc_usdt",
"i": 6316559590087222000,
"t": 1655992403617,
"oi": 6616559590087222666,
"p": "43000",
"q": "0.21",
"v": "9030",
"b": true
}
}