Get an Alert Event
Fetches a single alert event by its CUID.
Authorizations
Use Authorization: Bearer
Path Parameters
CUID of the alert event to retrieve.
"clxyz1234abcd"
Response
Unique identifier of the alert event.
"clxyz1234abcd"
ISO 8601 timestamp of when the on-chain event occurred.
"2026-05-10T14:22:00.000Z"
Network slug where the event occurred.
"ethereum"
List of blockchain addresses involved in the event.
[
"0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28"
]ISO 8601 timestamp of when the event record was created.
"2026-05-10T14:22:05.000Z"
Arbitrary structured data specific to the event type.
{
"amount": 5000000,
"token": "USDC",
"from": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD28",
"to": "0xAbC...123"
}Risk severity of the event.
low, medium, high "high"
Human-readable caption describing the event.
"Large USDC transfer detected"
Caller's access relationship to this event.
global, same, diff, none "same"
Transaction hash associated with the event.
"0xabc123...def456"
Block number at which the event was detected.
19823401
ID of the alert rule that produced this event.
"7890123456789012"