Skip to main content

Account Statement

All balance changes in your account will be shown here.

Here's a list explaining the main fields.

Logs Fields

FieldTypeDescription
balanceChangeNumberThe amount transacted in the account.
finalBalanceNumberThe account balance after the transaction is applied.
descriptionStringA human-readable explanation describing the reason for the balance change.

Pagination

FieldTypeDescription
cursorStringA pagination cursor for retrieving the next set of log entries.

Note: Remember that you can pass subAccountId as a parameter for the operation to be for the sub account.

HTTP Get Request

https://api.sandbox.avenia.io:10952/v2/account/statement

cUrl Example:

curl -X GET "https://api.sandbox.avenia.io:10952/v2/account/statement"

Sample JSON Response

{
"logs": [
{
"id": "04d3b592-40cc-44ed-9370-65852842bdd6",
"token": "BRLA",
"balanceChange": "100",
"finalBalance": "9357.170326",
"description": "[DEBIT] Process ticket output: BRLA delivery",
"createdAt": "2025-04-01T23:06:34.440381Z"
},
{
"id": "1412d736-d35f-4c98-9d73-3449f4845fea",
"token": "BRLA",
"balanceChange": "800",
"finalBalance": "9257.170326",
"description": "[DEBIT] Process ticket output: BRLA delivery",
"createdAt": "2025-04-01T23:01:34.335504Z"
}
],
"cursor": "MjgzLTE3NDM1MTU4MjA4MDY="
}

Here you will have all the tracking of your account movements!