Ledger balances
View balance details
Get a balance by ID with the TypeScript SDK.
GET
View balance details
Use
blnk.LedgerBalances.get to retrieve a balance by its balance ID.
1
Call the method
blnk.LedgerBalances.get
Pass an options object as the second argument to include queued balances:
blnk.LedgerBalances.get with queued
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