Ledger balances
View balance monitor details
Get one balance monitor with the TypeScript SDK.
GET
View balance monitor details
Use
blnk.BalanceMonitor.get to retrieve a balance monitor by ID.
blnk.BalanceMonitor.get
| Field | Description |
|---|---|
id | Monitor ID to retrieve. |
Response shape
200 OK
| Field | Description |
|---|---|
monitor_id | Unique ID for the monitor. |
balance_id | Balance being monitored. |
condition | Threshold rule for the monitor. |
call_back_url | Webhook URL for notifications. |
description | Description for the monitor. |
created_at | Date and time when the monitor was created. |
Related docs
Balance monitoring
Conditions and webhook behavior.
View balance monitor details
HTTP request and response schema.