create_monitor
Create persistent monitors for TRON delegation expiry, balance thresholds, or resource prices. Configure webhook or Telegram notifications to track critical on-chain events and automate resource management.
Instructions
Create a persistent monitor (delegation expiry, balance, price alert). Auth required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_type | Yes | Type of monitor to create. | |
| target_address | No | TRON address to monitor (for delegation_expiry). | |
| params | Yes | Monitor params: { alert_before_sec, auto_renew, resource_type, max_price_sun, duration_sec }. | |
| notify | Yes | Notification config: { webhook, telegram_chat_id }. |