Arm an alert
watch_createArm an alert on one coin that the backend evaluates continuously and posts to your webhook when it fires: radar_unusual (whale flow turns unusual versus the coin's own normal), flag_fired (a signal fires on the coin), or funding_band (funding enters a recorded-days band, pass band). The one tool that makes an agent come back: use it for "tell me when", "alert me if", "watch BTC for". Starter and up; below that the answer names the plan. The webhook must be a public https URL you control. Descriptive market data only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| band | No | funding_band only: one of "record high", "record low", "top 5%", "bottom 5%". | |
| coin | No | One coin symbol, for example BTC. A pair like BTC/USD works too, the quote leg is dropped. | |
| pair | No | Alias for coin. | |
| trigger | Yes | What fires the alert. | |
| webhook_url | Yes | Public https URL that receives the POST when the alert fires. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| watch | No | The armed rule: id, coin, trigger, band, webhook_url, active, failures, created_at. | |
| upgrade | No | Present only below the plan that includes watches: the cheapest plan that does, its price and an attributed link. | |
| delivery | No | What a webhook payload contains: descriptive facts with evidence, never advice. | |
| available | No | False when the watch was not armed: the plan does not include watches, the connection has no owner, the input was invalid, or the slots are full. reason names which. |