Watch a crypto price threshold
watch_crypto_priceMonitor a crypto price between agent runs and alert once when it crosses a threshold, with hysteresis before re-arming. Includes 7 days of polling. Costs $0.005 USDC per call via x402 (Base) — no API key, no account. Calling without payment returns 402 with the payment requirements. Free alternative: GET https://longwatch.dev/demo for a free NVDA Form 4 sample, or POST https://longwatch.dev/try for a 24h watch — no wallet needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | Yes | CoinGecko id, e.g. bitcoin | |
| above | No | ||
| below | No | ||
| webhook | No | optional HTTPS endpoint for signed push alerts; polling still works | |
| move_pct_24h | No | ||
| idempotency_key | No | unique retry key; the same key and input return the original watch |