Get account statements
Get account statements
Get detailed statements of an account based on account Id. The sort of statements is done in descending order based on the creation date. The statements includes running balance and all partitions.
GET
Get account statements
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Path Parameters
The id of account
Query Parameters
Items count to take
Required range:
1 <= x <= 2147483647Pointer to a specific item in the data set received from the previous request
Required range:
1 <= x <= 9223372036854776000Option to disable running balance calculation if not needed
Last modified on August 10, 2026