Skip to main content
GET
Get account statements

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

accountId
integer<int64>
required

The id of account

Query Parameters

limit
integer<int32>
required

Items count to take

Required range: 1 <= x <= 2147483647
cursor
integer<int64>

Pointer to a specific item in the data set received from the previous request

Required range: 1 <= x <= 9223372036854776000
includeRunningBalance
boolean

Option to disable running balance calculation if not needed

Response

OK

items
object[]
required

Items

nextCursor
integer<int64> | null

Should be passed as cursor in the subsequent request. If there is no value then there are no more items to be fetched

Last modified on August 10, 2026