Aggregate Trade Streams
Stream Description
The Aggregate Trade Streams push market trade information that is aggregated for fills with same price and taking side every 100 milliseconds. Only market trades will be aggregated, which means the insurance fund trades and ADL trades won't be aggregated.
Stream Name
<symbol>@aggTrade
Note:
Retail Price Improvement(RPI) orders are aggregated into field
qand without special tags to be distinguished.
Update Speed
100ms
Response Example
{
"e": "aggTrade", // Event type
"E": 123456789, // Event time
"s": "BTCUSDT", // Symbol
"a": 5933014, // Aggregate trade ID
"p": "0.001", // Price
"q": "100", // Quantity with all the market trades
"nq": "100", // Normal quantity without the trades involving RPI orders
"f": 100, // First trade ID
"l": 105, // Last trade ID
"T": 123456785, // Trade time
"m": true, // Is the buyer the market maker?
}