Individual Symbol Mini Ticker Stream
Stream Description
24hr rolling window mini-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.
URL PATH
/market
Stream Name
<symbol>@miniTicker
Update Speed
2s
Response Example
{
"e": "24hrMiniTicker", // Event type
"E": 123456789, // Event time
"s": "BTCUSDT", // Symbol
"c": "0.0025", // Close price
"o": "0.0010", // Open price
"h": "0.0025", // High price
"l": "0.0010", // Low price
"v": "10000", // Total traded base asset volume
"q": "18", // Total traded quote asset volume
"ps": "BTCUSDT", // (After CM migration) Pair symbol
"st": 1 // (After CM migration) Symbol type: 1 = UM, 2 = CM
}
After CM migration, the payload is appended with a new
stfield (1= UM,2= CM) and a newpsfield (pair symbol).