/{chain}/alerts/templates

Returns all available alert templates and their parameter schemas. Each template's paramsSchema lists its required and optional parameters.

Available templates on the public API:

TemplateDescription
cc-balance-lowAlerts when a Canton Coin balance crosses a threshold. Fires once and resets when the balance recovers.
cc-transfer-amountAlerts on Canton Coin transfers above a threshold. Supports incoming, outgoing, or both directions.
traffic-purchase-thresholdAlerts when a traffic purchase exceeds a Canton Coin 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 and resets 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

Canton chain name. Use a name returned by GET /chains.

Headers
string
required
Defaults to demokey

API Key for Canton API. To generate an API Key, visit https://app.noves.fi

Response
200

Success

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