Skip to main content

List transactions (broker-scoped)

GET 

/customers/transactions

Unified balance ledger across all of the broker's customers — all transaction types included (deposit, withdrawal, trade, liquidation, auto_deleveraging, settlement, funding). Scope to a single customer with customer_code.

Rows are served newest-first from the internal ledger with cursor pagination (response_metadata carries start_cursor/end_cursor; page with after/before). Notes on this ledger view:

  • Only fills that moved money produce a trade row: a fill whose fee and realised PnL are both zero does not appear in the ledger.
  • Cursors do not encode filters. When paging with after/before, resend the same customer_code/type/asset/direction/ created_from/created_to values as the original request — a page fetched without them is a page of the unfiltered ledger.

Request

Responses

Transaction list