English
Retrieve alerts associated with a transfer
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/kyt/transfers/{transferId}/alerts \ --header 'Authorization: Bearer <token>'
{ "alerts": [ { "alertLevel": "SEVERE", "service": "OFAC SDN Blender.io 2022-05-06", "externalId": "b7d17de0-f890-11ec-83bd-c37b1b9f5365", "alertAmount": 8868.24, "exposureType": "DIRECT", "categoryId": 3, "memo": null } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
转账ID
"123e4567-e89b-12d3-a456-426614174000"
警报列表
Show child attributes
警报级别
"SEVERE"
服务名称
"OFAC SDN Blender.io 2022-05-06"
外部ID
"b7d17de0-f890-11ec-83bd-c37b1b9f5365"
警报金额
8868.24
暴露类型
"DIRECT"
类别ID
3
备注
null
Was this page helpful?