Ledger balances
Historical balances
Retrieve accurate historical balance information with the Java SDK.
GET
Historical balances
Use
blnk.ledgerBalances().getAt for this operation.
1
Call the method
2
Use the historical amounts
Read
response.data().get("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
Related docs
Retrieving historical balances
How point-in-time balance queries work.
Historical balances
HTTP request and response schema.