RecentTradeResponse
successboolean必填
是否成功;HTTP 状态为 200 时为 true
codeinteger必填
状态码;成功时为 1
msgstring必填
状态信息
timenumber必填
当前 Unix 时间戳
data object[]必填
Array [
idnumber必填
序列号
timestampnumber必填
成交 Unix 时间戳
pricestring必填
成交价格
sizestring必填
成交基础币种数量
quoteSizestring必填
成交计价币种数量
sidestring必填
成交方向
可选值: [BUY, SELL]
]
RecentTradeResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0,
"data": [
{
"id": 0,
"timestamp": 0,
"price": "string",
"size": "string",
"quoteSize": "string",
"side": "BUY"
}
]
}