Smart Alerts
Configure automated on-chain alerts delivered to Telegram, Slack, or Discord.
Alert types
Channels
Create Alert
API key for authentication
Request body for creating a smart alert.
Human-readable name for the alert.
The kind of activity to watch.
Evaluation window. Use realtime to fire per matching event.
Optional longer description of the alert.
Whether the alert is active on creation.
trueOrigin of the alert. Defaults to agent when omitted.
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
No content
data field reference
data field referenceExamples
Update Alert
API key for authentication
Request body for updating an existing smart alert.
Only id is required; any other field provided replaces its current value.
ID of the alert to update.
New name for the alert.
New activity type to watch.
New evaluation window.
Replacement set of delivery destinations.
Type-specific filter configuration. The accepted fields depend on type (see the API reference and the worked examples on this endpoint). Common keys include chains, events, inclusion and exclusion.
New description for the alert.
Enable or disable the alert.
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
No content
List Alerts
API key for authentication
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
No content
Toggle Alert
API key for authentication
Request body for enabling or disabling an existing smart alert.
ID of the alert to toggle.
true to enable, false to disable.
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
No content
Delete Alert
API key for authentication
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Unprocessable Content
Too Many Requests
Internal Server Error
No content
Last updated
Was this helpful?