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.
Call the method
blnk.ledger_balances.get_by_indicator
| Field | Type | Description |
|---|---|---|
indicator | str | Balance indicator (for example @World). The SDK URL-encodes this in the request path. |
currency | str | Currency code (for example USD). |
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.Related docs
Internal balances
How
@ indicators work.Get balance by indicator
HTTP request and response schema.