24-hour TICKER
Stream Description
24hr ticker info for all symbols. Only symbols whose ticker info changed will be sent.
URL PATH
/public
Stream Name
<symbol>@optionTicker or <underlying>@optionTicker@<expiretionDate> e.g: btcusdt@optionTicker@251230
Update Speed
1000ms
Response Example
{
"e":"24hrTicker", // event type
"E":1657706425200, // event time
"T":1657706425220, // transaction time
"s":"ETH-220930-1600-C", // Option symbol
"o":"2000", // 24-hour opening price
"h":"2020", // Highest price
"l":"2000", // Lowest price
"c":"2020", // latest price
"V":"1.42", // Trading volume(in contracts)
"A":"2841", // trade amount(in quote asset)
"P":"0.01", // price change percent
"p":"20", // price change
"F":"27", // first trade ID
"L":"48", // last trade ID
"n":22, // number of trades
}