Get balance statement
Ledger of final balance-affecting events for a given currency, most recent first. Audit and reconciliation source of truth.
Reservations are not statement entries — they are reflected in the
reserved field on GET /v1/balances. Statement entries represent final
fund movements only.
Authentication
AuthorizationBearer
Token obtained via the login flow.
Query parameters
currency
ISO 4217 currency to retrieve the statement for.
type
Filter by one or more entry types. Repeatable — e.g. ?type=deposit&type=order_sell. A filled trade generates two entries: order_sell (negative amount in the sell currency) and order_buy (positive amount in the buy currency).
createdAfter
createdBefore
limit
Maximum number of results to return. Default 20, max 200.
cursor
Opaque cursor from nextCursor of a previous response.
Response
Statement entries.
statements
nextCursor
Opaque cursor for the next page. null when the list is exhausted.
hasMore
Convenience flag. false when nextCursor is null.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error