Ticker24HrItem
symbolstring必填
符号名称
lastPricestring必填
区间收盘价
openPricestring必填
区间开盘价
highPricestring必填
区间最高价
lowPricestring必填
区间最低价
amountstring必填
区间内基础币种总量
volumestring必填
区间内计价币种总量
openTimenumber必填
区间起始时间
closeTimenumber必填
区间结束时间
Ticker24HrItem
{
"symbol": "string",
"lastPrice": "string",
"openPrice": "string",
"highPrice": "string",
"lowPrice": "string",
"amount": "string",
"volume": "string",
"openTime": 0,
"closeTime": 0
}