v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAverage balance
Get average balance
Get an already calculated average balance for an account.
get/v1/accounts/{accountId}/average-balance
Path parameters
accountIdinteger required
Account ID
Headers
x-idempotency-keystring
A unique identifier to ensure the operation remains idempotent, allowing for operation repetition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies. 36 chars max.
Response
Success
Example response
{
"account_id": 123456,
"begin_date_datetime": "2024-01-28T10:33:01.000Z",
"end_date_datetime": "2024-01-30T10:33:01.000Z",
"balance_types_to_calculate": [
"available",
"savings",
"held_funds"
]
}