Ledger balances
Get balance by indicator
Retrieve a balance by its indicator with the Python SDK.
GET
Get balance by indicator
Use
blnk.ledger_balances.get_by_indicator to look up an internal balance by indicator and currency.
1
Call the method
blnk.ledger_balances.get_by_indicator
2
Save the balance ID
Use
response.data["balance_id"] when you need the canonical ID for transactions or API calls that do not accept indicators.3
Response
200 OK