跳转到主要内容
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
alerts
KYT - 获取提款告警
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"
    }
  ]
}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

withdrawalId
string
必填

提款 ID

响应

200 - application/json
alerts
object[]
必填

告警列表