Ledger balances
List balance monitors
List balance monitors with the Python SDK.
GET
List balance monitors
Use This method takes no arguments.
blnk.balance_monitor.list to retrieve all balance monitors.
1
Call the method
blnk.balance_monitor.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