Endpoint
Path Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Detection ID |
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique detection ID |
rule_name | string | Name of the rule that triggered |
detector_name | string | Detector name (same as rule_name) |
severity | string | Severity level (NOTICE, WARNING, CRITICAL) |
priority | string | Priority level (same as severity) |
chain | string | Blockchain network |
type | string | Detection type (usually “rule”) |
tx_hash | string | Transaction hash |
block_number | number | Block number |
timestamp | string | Detection timestamp (ISO 8601) |
description | string | Alert message/description |
tags | array | Rule tags |
metadata | object | Additional transaction metadata |