List transactions
GET/customers/:code/transactions
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
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 sametype/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
- 401
- 403
- 404
- 429
- 500
Transaction list
Authentication required or credentials invalid
Insufficient permissions for the requested resource
The requested resource was not found
Rate limit exceeded — retry after the period indicated in Retry-After header
Internal server error