v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Templates

Create a notification template (V4)

/v4/subscription/template

Create a custom notification template. Afterwards you can use its id as templateId when creating or updating alerts (only available on TRON and EVM for now).

post/v4/subscription/template

Request body

OR

Example request

{
  "message": "{{from}} sent {{value}} {{tokenMetadata.symbol}} to {{to}}"
}

Response

OK

idstring

ID of the entity.

Example response

{
  "id": "5e68c66581f2ee32bc354087"
}