Get account statement
Returns the posted credits and debits for one client account, including its opening balance, closing balance, and movement totals.
Use the statement to reconcile the client's deposits, conversions, withdrawals, and other ledger movements. The balances follow this equation:
openingBalance + totalCredited - totalDebited = closingBalance
If from and to are omitted, the statement covers the account's full history.
Authorization
Default In: header
Path Parameters
Client identifier (UUID) assigned when an onboarding case is created. It identifies the onboarding case and, once active, the client's Trade API resources. The client must belong to your partnership; anyone else's id returns 404.
uuidAccount identifier (UUID).
uuidQuery Parameters
Maximum number of items to return (page size).
1 <= value <= 10020Cursor for the next page, from the previous response's pageInfo.endCursor.
First calendar day of the period (UTC), inclusive. The period bounds apply to the posting time of the movement.
dateLast calendar day of the period (UTC), inclusive. Adjacent statements chain without gaps: June to=2026-06-30 is followed by July from=2026-07-01.
dateFilter by credit or debit direction.
Allowed values
- "CREDIT"
- "DEBIT"
Header Parameters
Optional identifier for tracing a request end to end. A UUID is recommended. Axiym returns it in the X-Request-Id response header and records it in logs. If omitted, Axiym generates one. Include it when contacting support.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json