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.
1
Call the method
blnk.LedgerBalances.getByIndicator
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