v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBGet daily account balance limits
Get daily account balance limits for a date range. By default, if only the account ID is specified, the range is 10 days: from 10 days before yesterday's date to yesterday.
You can query the account balance limits as far back as 515 days before the current date and for a maximum range of 90 days. You can't query for today's date.
Refer to the Get daily account balance limits section in the Accounts guide for more information.
Path parameters
Account ID
Query parameters
Beginning date to filter account balances in the yyyy-mm-dd format. This date must be before or equal to endDate. If the value is not sent in the request, the default is endDate - 10 days.
Ending date to filter account balances in the yyyy-mm-dd format. This date must be after or equal to the beginDate and it must be in the past, yesterday or earlier. Only full/complete days are considered. If the value is not sent in the request, the default is yesterday's date (current date - 1 day).
Number of entries per page. If the value is not sent in the request, the default value is 10.
Page number of results to return. If the value is not sent in the request, the default value is 1.
Response
OK
Example response
{
"future_dated_credits_balance": 70,
"future_dated_debits_balance": 70,
"account_id": 6912345,
"external_account_id": "b993ba96-b3e8-4ef7-9cf7-7eee5ddafdab",
"program_id": 2222,
"currency_numeric_code": "840",
"currency_alphabetic_code": "USD",
"ledger_balance": 270.35,
"book_balance": 146.9,
"available_balance": 123.45,
"credit_balance": 123.45,
"debit_balance": 123.45,
"uncleared_funds": 123.45,
"earmarked_balance": 123.45,
"overdraft_limit": 123.45,
"value_dated_balance": 123.45
}