Ticker Stream
24hr rolling window ticker statistics for a single symbol. These are NOT the statistics of the UTC day, but a 24hr rolling window from requestTime to 24hrs before.
Features:
Stream Name:
<symbol>@tickerUpdate Speed: 1000ms
Response:
{
"eventType": "ticker",
"eventTime": 1670240568095,
"symbol": "eth_usdt",
"lastPrice": 1293.56,
"lastPriceIsBuyerMaker": false,
"highPrice": 1303.11,
"lowPrice": 1250.81,
"baseVolume": 6918,
"quoteVolume": 8865521,
"firstTradeId": 0,
"longTradeId": 0,
"numberOfTrades": 0,
"change": 40.1,
"changePercentage": 0.03
}Last updated