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
traderow: 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 samecustomer_code/type/asset/direction/created_from/created_tovalues as the original request — a page fetched without them is a page of the unfiltered ledger.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Transaction list
Bad request — validation failed or invalid parameters
Authentication required or credentials invalid
Insufficient permissions for the requested resource
Rate limit exceeded — retry after the period indicated in Retry-After header
Internal server error