Ledger balances
Historical balances
Retrieve accurate historical balance information with the TypeScript SDK.
GET
Historical balances
Use
blnk.LedgerBalances.getAt to retrieve a balance at a specific point in time.
1
Call the method
blnk.LedgerBalances.getAt
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