跳到主要内容

Ticker24HrResponse

successboolean必填

是否成功;HTTP 状态为 200 时为 true

codeinteger必填

状态码;成功时为 1

msgstring必填

状态信息

timenumber必填

当前 Unix 时间戳

data object必填
symbolstring必填

符号名称

lastPricestring必填

区间收盘价

openPricestring必填

区间开盘价

highPricestring必填

区间最高价

lowPricestring必填

区间最低价

amountstring必填

区间内基础币种总量

volumestring必填

区间内计价币种总量

openTimenumber必填

区间起始时间

closeTimenumber必填

区间结束时间

Ticker24HrResponse
{
"success": true,
"code": 0,
"msg": "string",
"time": 0,
"data": {
"symbol": "string",
"lastPrice": "string",
"openPrice": "string",
"highPrice": "string",
"lowPrice": "string",
"amount": "string",
"volume": "string",
"openTime": 0,
"closeTime": 0
}
}