Skip to main content

List transactions

GET 

/customers/:code/transactions

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Deprecated — use GET /customers/transactions?customer_code={code} instead. This endpoint keeps working but will be removed in a future major version.

Unified balance ledger for a customer — all transaction types included (deposit, withdrawal, trade, liquidation, auto_deleveraging, settlement, funding).

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 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