跳转到主要内容
GET
/
v1
/
kyt
/
withdrawal
/
{withdrawalId}
/
alerts
KYT - 获取提现警报
curl --request GET \
  --url https://api-dex.chainstream.io/v1/kyt/withdrawal/{withdrawalId}/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
    }
  ]
}

授权

Authorization
string
header
必填

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

路径参数

withdrawalId
string
必填

提现 ID

示例:

"123e4567-e89b-12d3-a456-426614174000"

响应

200 - application/json
alerts
object[]
必填

警报列表