Ticker24HrItem
symbolstringrequired
Symbol name
lastPricestringrequired
Closing price of the interval
openPricestringrequired
Opening price of the interval
highPricestringrequired
Highest price of the interval
lowPricestringrequired
Lowest price of the interval
amountstringrequired
Total base currency amount
volumestringrequired
Total quote currency volume
openTimenumberrequired
Starting time of the interval
closeTimenumberrequired
Closing time of the interval
Ticker24HrItem
{
"symbol": "string",
"lastPrice": "string",
"openPrice": "string",
"highPrice": "string",
"lowPrice": "string",
"amount": "string",
"volume": "string",
"openTime": 0,
"closeTime": 0
}