Skip to main content

Alert Details

Returns full information about a single alert, including the linked transfer and entity-interaction details.


HTTP Request

GET /v1/alerts/{id}/


Path Parameters

ParameterTypeRequiredDescription
idstringYesUnique alert ID.

Response

A successful response returns HTTP 200 OK with a single ALERT object in the response body. The structure of the ALERT and ALERT_ENTITY_INTERACTION objects is the same as in the Alerts List endpoint.


Example Response

{
"id": "35e378e2-bbc3-40fa-ab15-f82ab3837d9a",
"created_at": "2025-08-08T13:00:58.053446+03:00",
"updated_at": null,
"risk_level": "severe",
"risk_type": "origin_of_funds",
"risk_occurred_at": "2025-07-30T11:29:42+03:00",
"alert_status": "open",
"entity_interaction": {
"entity_category": "sanctions",
"proximity": "indirect",
"value_in_fiat": 29.81,
"value_share": 0.9932,
"rule": {
"rule_type": "origin_of_funds",
"rule_sub_type": "indirect",
"entity_category": "sanctions",
"min_value_in_fiat": 10.0,
"min_value_share": 0.2
},
"interaction": "indirect"
},
"transfer": {
"id": "818c979b-6821-4fb3-8980-3f10e702066c",
"client_id": null,
"attempt_id": null,
"registered_at": "2025-08-08T11:28:59.302452+03:00",
"risk_level": "severe",
"risk_score": 1.0,
"network": "TRX",
"token_id": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
"token_symbol": "USDT",
"tx_status": "bound",
"tx_hash": "da2b7289f340edbb20547944cbb2f02671a49f5a88ba357cb62582ab13afc4e0",
"occurred_at": "2025-07-30T08:29:42Z",
"input_address": "TP18BS6ZVV9MxtUjJwcpU3NcFMkZZaJU5c",
"output_address": "TVU5jBHJSwFLRSFbuufGddW4B7kzNcmXyB",
"direction": "incoming",
"amount": 30.0,
"value_in_fiat": 30.01
},
"fiat_currency": "USD",
"type": "origin_of_funds",
"status": "open"
}
GET/v1/alerts/{id}/
API KEY ID
API KEY SECRET
Path params
id
HTTP Request
Press "Send Request" to generate HTTP request.
HTTP …
{
// Response will be shown here after the request.
}