Endpoint
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
count | number | Total number of rules |
rules | array | Array of rule objects |
rules[].name | string | Rule name (unique identifier) |
rules[].description | string | Rule description |
rules[].condition | string | Detection condition expression |
rules[].output | string | Alert output template with placeholders |
rules[].priority | string | Priority level (NOTICE, WARNING, CRITICAL) |
rules[].enabled | boolean | Whether rule is enabled |
rules[].tags | array | Rule tags for categorization |
rules[].chains | array | Blockchain networks this rule applies to (empty = all) |
rules[].references | array | Optional threat intelligence links |