Account History
The Account-History section provides an overview of all accounts and their daily balances for the past 2 years.
** Example:**
{
"histories": [
{
"account": {
"accountId": "account-1"
},
"dailyBalances": [
{
"date": "2026-02-23",
"balance": 7481.06
},
{
"date": "2026-02-22",
"balance": 7481.06
},
{
"date": "2026-02-21",
"balance": 7481.06
},
...