price_alert
Set a price-threshold alert on any Base token. Provide target price, direction, and webhook URL; receive a POST when crossed.
Instructions
Pay once to register a price-threshold alert on any Base token. Supply target price, direction (above/below), and an https webhook URL. A polling cron checks DexScreener and POSTs your webhook the moment it crosses. Expires after 30 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Token address | |
| threshold | Yes | Price threshold (USD) | |
| direction | Yes | Direction (above/below) | |
| webhook | Yes | Webhook URL (https) |