List alert templates

Returns all available alert templates with their parameter schemas. Use these to
build alert creation forms — each template's paramsSchema describes the
required and optional parameters.

Available templates on the public API:

TemplateDescription
cc-balance-lowAlert when CC balance crosses a threshold. Uses threshold crossing suppression — fires once, re-arms when balance recovers.
cc-transfer-amountAlert on CC transfers above a threshold amount. Supports direction filtering (incoming/outgoing/both).
traffic-purchase-thresholdAlert when a traffic purchase exceeds a CC amount threshold.

Each template also declares which suppression modes it supports. Suppression controls
how the alert avoids sending duplicate notifications:

ModeBehavior
cooldownAfter firing, stays silent for a set number of seconds.
threshold_crossingFires once when a value crosses the threshold, re-arms when it recovers.
delta_amountOnly fires if the value changed by at least a specified amount.
delta_percentOnly fires if the value changed by at least a specified percentage.
once_per_windowFires at most once per time window.
Path Params
string
required
Defaults to canton

Name of the chain.

Headers
string
required
Defaults to demokey

API Key to call the API. To generate one, visit https://noves.fi/pricing

Response
200

Success

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!