GET api/v3/aggTrades

binance.com:binance

Summary: Compressed/Aggregate trades list
Operation ID: getAggTrades
Auth: unknown
Description

Get compressed/aggregate trades for a symbol. Trades that fill at the same time, from the same order, with the same price, are aggregated.

Parameters (5)

endTime (integer, query, optional)

Timestamp in ms to get aggregate trades until INCLUSIVE

fromId (integer, query, optional)

ID to get aggregate trades from INCLUSIVE

limit (integer, query, optional, default: 500)

Limit of trades to return. Default 500; max 1000.

Constraints: {'maximum': 1000}

startTime (integer, query, optional)

Timestamp in ms to get aggregate trades from INCLUSIVE

symbol (string, query, required)

Symbol to get aggregate trades for (e.g., BTCUSDT)

No probe data for this endpoint yet.