/binance/trades/aggregated

POST /api/binance/trades/aggregated

Price: 10 credits

Get aggregate (compressed) trades for a trading pair

How to use it

Get aggregate trades for a Binance spot trading pair (e.g. 'BTCUSDT'). Aggregate trades compress all individual trades that filled at the same price from a single order into one record, making them ideal for volume analysis. Each record carries the aggregate id, price, quantity, the first and last underlying trade ids it covers, execution time, whether the buyer was the maker, and the best-match flag. By default the most recent trades are returned; pass from_id to start at a specific aggregate id, or start_time/end_time (unix milliseconds) for a time range. Ordered oldest to newest.

Parameters

Request body

Response

Errors

Response headers