Get an Alert Template
Returns everything about one alert rule template, including the fields needed to turn it into an active alert rule.
Authorizations
Use Authorization: Bearer
Path Parameters
The ID of the alert rule template you want to retrieve.
"1"
Response
Unique identifier of the alert rule template.
"1"
Internal rule type identifier used by the alert engine.
"large_transfer"
Short display name for the template.
"Large Transfer"
Message template sent when the rule fires. Supports {{variable}} placeholders.
"A large transfer was detected on {{network}}"
Network slug this template targets.
"eth"
Risk severity of alerts produced by this template.
low, medium, high "high"
Categorisation tags for filtering and discovery.
["defi", "transfer"]Whether the template is evaluated per block or per tick.
BLOCK, TICK "BLOCK"
Parameters the user must supply when creating an alert rule from this template.