Ledger balances
Get balance by indicator
Retrieve a balance by its indicator with the Java SDK.
GET
Get balance by indicator
Use
blnk.ledgerBalances().getByIndicator for this operation.
1
Call the method
2
Save the balance ID
Use
response.data().get("balance_id").asText() when you need the canonical ID for transactions or API calls that do not accept indicators.3
Response
200 OK
Related docs
Internal balances
How
@ indicators work.Get balance by indicator
HTTP request and response schema.