v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v3 - Binance Futures

List futures trade aggregates

get/v3/{coin}/futures/trades

Path parameters

coin'btc' | 'eth' | 'sol' required

Cryptocurrency for this request. Available: btc, eth, sol.

Query parameters

start_timestring

Lower bound — millisecond epoch or ISO-8601.

end_timestring

Upper bound — millisecond epoch or ISO-8601.

limitinteger

Items per page (max 1000).

cursorstring

Opaque cursor from a previous response's pagination.next_cursor. Mutually exclusive with offset (cursor wins).

include_countboolean

Include pagination.total_count. Triggers a COUNT(*); leave off unless you need it.

Response

Successful response

Example response

{
  "meta": {
    "request_id": "req_a1b2c3d4e5f6"
  }
}