Ledger balances
Balance from source
Compute balance directly from transactions with the Python SDK.
GET
Balance from source
Use
blnk.ledger_balances.get with from_source set to True to reconstruct a balance from its transactions.
1
Call the method
blnk.ledger_balances.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