Ledger balances
List balance monitors
List balance monitors with the TypeScript SDK.
GET
List balance monitors
Use This method takes no arguments.
blnk.BalanceMonitor.list to retrieve all balance monitors.
1
Call the method
blnk.BalanceMonitor.list
2
Use the monitor list
Iterate over
response.data to find monitors by balance_id or monitor_id. Save IDs you need for updates or lookups.3
Response
200 OK