hyperd.watch.create
Subscribe to liquidation alerts for DeFi positions. Receive HMAC-SHA256 signed webhook notifications when health factor reaches a specified severity band.
Instructions
Subscribe to a continuous watch on a wallet/position. Returns watch_id and webhook_secret (shown ONCE — store it; we cannot recover it). HMAC-SHA256 signed alerts POSTed to your webhook_url when threshold conditions are met. v1.0 supports liquidation watches across Aave V3 / Compound v3 / Spark / Morpho. $3.00 USDC prepays for duration_days (default 30, max 90).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Watch type. v1.0 only supports 'liquidation'. | |
| target_addresses | Yes | Wallet to watch (length-1 in v1.0; multi-target reserved for v1.1 Pro tier). | |
| target_chain | No | Chain to watch. Default 'base'. | |
| webhook_url | Yes | HTTPS endpoint to POST alerts to. Must be publicly reachable; private/loopback IPs rejected. | |
| fire_on_band_or_worse | No | Fire when health-factor band reaches this severity OR worse. Default 'warning'. | |
| duration_days | No | Watch lifetime in days. Default 30, max 90. |