获取与提款关联的告警
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/kyt/withdrawal/{withdrawalId}/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>
提款 ID
告警列表
显示 子属性
此页面对您有帮助吗?