跳到主要内容

成交记录

请求

语法: trade@{symbol}

示例: trade@btc_usdt

速率: 实时

Response
{
"topic": "trade",
"event": "trade@btc_usdt",
"data": {
"s":"btc_index", //交易对
"p":"50000", //价格
"a":"0.1", //数量
"m": "BID", //成交方向 BID 买 ASK卖
"t":123124124 //时间戳
}
}