Get account statement
Returns posted credits and debits for an Axiym account, with opening and closing balances and movement totals. Funding reservations are not posted debits; the payment debit appears at settlement.
openingBalance + totalCredited - totalDebited = closingBalance
If from and to are omitted, the statement covers the account's full history.
Authorization
Default In: header
Path Parameters
Account 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 request identifier for tracing and support. A UUID is recommended. Axiym echoes it in X-Request-Id, or generates one when omitted.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json