This method returns the account's balances history that matches the entered ID.
The account's ID
End of the balance history time span.
2025-01-31T07:53:06.046141+00:00
Start of the balance history time span.
2025-01-31T07:53:06.046117+00:00
GET /accounts/{account_id}/balances/history HTTP/1.1 Host: X-Ledger-API-Key: YOUR_API_KEY Accept: */*
Account object
{ "account_index": 1, "balances": [ { "date": "text", "value": "text" } ], "currency": { "magnitude": 1, "name": "text", "network": "text", "token_address": "text" } }