Ledger balances
Historical balances
Retrieve accurate historical balance information with the Python SDK.
GET
Historical balances
Use
blnk.ledger_balances.get_at to retrieve a balance at a specific point in time.
1
Call the method
blnk.ledger_balances.get_at
2
Use the historical amounts
Read
response.data["balance"] for net, credit, and debit totals at the requested timestamp. Compare with current balance if you are auditing or reconciling.3
Response
200 OK