Ledger balances
View balance details
Get a balance by ID with the Java SDK.
GET
View balance details
Use
blnk.ledgerBalances().get for this operation.
1
Call the method
2
Use the balance details
Read
response.data() for current amounts, currency, and ledger membership. Use balance_id when posting transactions or configuring monitors.3
Response
200 OK
Related docs
View balance docs
Balance concepts and setup.
View balance details
HTTP request and response schema.