Ledger balances
Update balance monitor
Update the details of a balance monitor with the TypeScript SDK.
PUT
Update balance monitor
Use
blnk.BalanceMonitor.update to update a balance monitor.
blnk.BalanceMonitor.update
| Field | Description |
|---|---|
id | Monitor ID to update. |
balance_id | Balance to monitor. |
condition | Threshold rule with field, operator, value, and precision. |
call_back_url | Webhook URL when the condition is met. |
description | Optional description for the monitor. |
Response shape
200 OK
| Field | Description |
|---|---|
message | Confirmation from Core. |
Related docs
Balance monitoring
Conditions and webhook behavior.
Update balance monitor
HTTP request and response schema.