Browsing templates
In the dashboard
Open Transaction Monitoring → Templates to see the full catalog. Each template card shows its name, description, the products it applies to (e.g., crypto, fiat), and the typologies it covers (e.g., structuring, money laundering). Use the search bar and product/typology filters to narrow the list.Via API
Endpoint:GET /v1/rule-templates
Viewing template details
Click any template to inspect its conditions and actions before copying. Endpoint:GET /v1/rule-templates/{id}
conditions tree and actions array so you can review the rule logic before copying.
Copying a template
Copying creates a draft rule in your workspace with the template’s conditions and actions pre-filled. You can then modify anything — name, conditions, actions, priority — before activating.In the dashboard
Click Use Template on any template card. The Rule Builder opens with the template’s conditions already populated.Via API
Endpoint:POST /v1/rule-templates/{id}/copy
ruleId of the newly created draft. From here you can customize the rule and activate it when ready.
What’s next?
Building rules
Customize the copied template or build a rule from scratch.
Conditions reference
See every operator, entity, aggregation, and time window you can use in conditions.