get
https://api.canton.noves.fi//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:
| Template | Description |
|---|---|
| cc-balance-low | Alerts when a Canton Coin balance crosses a threshold. Fires once and resets when the balance recovers. |
| cc-transfer-amount | Alerts on Canton Coin transfers above a threshold. Supports incoming, outgoing, or both directions. |
| traffic-purchase-threshold | Alerts 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:
| Mode | Behavior |
|---|---|
| cooldown | After firing, stays silent for a set number of seconds. |
| threshold_crossing | Fires once when a value crosses the threshold and resets when it recovers. |
| delta_amount | Only fires if the value changed by at least a specified amount. |
| delta_percent | Only fires if the value changed by at least a specified percentage. |
| once_per_window | Fires at most once per time window. |
200Success

