PriceTickerItem
symbolstringrequired
Symbol name
pricestringrequired
Latest price. 0 if no trades yet
timenumberrequired
Transaction unix timestamp of the price
PriceTickerItem
{
"symbol": "string",
"price": "string",
"time": 0
}