Skip to main content
You can request the most recent executed trades (fills) for the authenticated account.

Example Request

  • limit (optional) — maximum number of trades to return (default 1000)
  • offset (optional) — pagination offset (default 0)
  • order_id (optional) — filter trades by a specific exchange order ID
  • start_ts (optional) — filter trades from this Unix timestamp (inclusive)
  • end_ts (optional) — filter trades up to this Unix timestamp (inclusive)

Sample Code

Example Response

Only executed trades (fills) are returned. Open orders that have not filled are excluded.