Ledger balances
Create balance monitor
Create a balance monitor with the Python SDK.
POST
Create balance monitor
Use
blnk.balance_monitor.create to set up balance monitoring on an existing balance.
1
Call the method
blnk.balance_monitor.create
2
Save the monitor ID
Use
response.data["monitor_id"] to retrieve or update the monitor later.3
Response
201 Created