Ledger balances
Create balance monitor
Create a balance monitor with the Java SDK.
POST
Create balance monitor
Use
blnk.balanceMonitor().create for this operation.
1
Call the method
2
Save the monitor ID
Use
response.data().get("monitor_id").asText() to retrieve or update the monitor later.3
Response
201 Created
Related docs
Balance monitoring
Conditions and webhook behavior.
Create balance monitor
HTTP request and response schema.