Ledger balances
Get balance by indicator
Retrieve a balance by its indicator with the TypeScript SDK.
GET
Get balance by indicator
Use
blnk.LedgerBalances.getByIndicator to look up an internal balance by indicator and currency.
blnk.LedgerBalances.getByIndicator
| Field | Description |
|---|---|
indicator | Balance indicator (for example @World). The SDK URL-encodes this in the request path. |
currency | Currency code (for example USD). |
Response shape
200 OK
| Field | Description |
|---|---|
balance_id | Unique ID for the balance. |
indicator | Indicator you passed in the request. |
currency | Currency you passed in the request. |
balance | Current net amount. |
Related docs
Internal balances
How
@ indicators work.Get balance by indicator
HTTP request and response schema.