v1
latestOpenAPI 3.1.02026-07-243035381.4 MBTemplates
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
Example request
{
"message": "{{from}} sent {{value}} {{tokenMetadata.symbol}} to {{to}}"
}Response
OK
Example response
{
"id": "5e68c66581f2ee32bc354087"
}