Ledger balances
Balance from source
Compute balance directly from transactions with the TypeScript SDK.
GET
Balance from source
Use
blnk.LedgerBalances.get with from_source set to true to reconstruct a balance from its transactions.
1
Call the method
blnk.LedgerBalances.get
2
Compare with stored balance
Use the computed amounts to audit or reconcile against the stored balance. Differences may indicate pending transactions or snapshot lag.
3
Response
200 OK