Axiym

Get account statement

Returns posted credits and debits for one account, including opening and closing balances, movement totals, and entries in posting order.

Reconciliation

openingBalance + totalCredited - totalDebited = closingBalance

Each entry also carries its running balance. Without from and to, the statement covers the account's full history.

AuthorizationBearer <token>

In: header

Path Parameters

accountId*string

Account identifier (UUID).

Formatuuid

Query Parameters

first?integer

Maximum number of items to return (page size).

Range1 <= value <= 100
Default20
after?string

Cursor for the next page, from the previous response's pageInfo.endCursor.

from?string

First calendar day of the period (UTC), inclusive. The period bounds apply to the posting time of the movement.

Formatdate
to?string

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

Formatdate
type?string

Filter by credit or debit direction.

Allowed values

  • "CREDIT"
  • "DEBIT"

Header Parameters

X-Request-Id?string

Optional client-generated request identifier (UUID recommended) for end-to-end tracing.

Axiym echoes it in the X-Request-Id response header and records it in logs. Quote it when contacting support. If omitted, Axiym generates one.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json