Ledger balances
Balance from source
Compute balance directly from transactions with the Java SDK.
GET
Balance from source
Use
blnk.ledgerBalances().get for this operation.
1
Call the method
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
Related docs
Balance from source guide
Transaction-based balance computation.
Balance from source
HTTP request and response schema.