Retrieve alerts associated with a transfer
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/kyt/transfers/{transferId}/alerts \ --header 'Authorization: Bearer <token>'
{ "alerts": [ { "alertAmount": "8868.24", "alertLevel": "SEVERE", "categoryId": 3, "exposureType": "DIRECT", "externalId": "b7d17de0-f890-11ec-83bd-c37b1b9f5365", "memo": null, "service": "OFAC SDN Blender.io 2022-05-06" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Transfer ID
Alert list
Show child attributes
Was this page helpful?