跳转到主要内容
GET
/
v1
/
kyt
/
withdrawal
/
{withdrawalId}
/
address-identifications
KYT - 获取提现地址识别
curl --request GET \
  --url https://api-dex.chainstream.io/v1/kyt/withdrawal/{withdrawalId}/address-identifications \
  --header 'Authorization: Bearer <token>'
{
  "chainalysisIdentifications": [
    {
      "addressName": "SANCTIONS: OFAC SDN: Xiaobing Yan",
      "description": "This specific address 12QtD5BFwRsdNsAZY76UVE1xyCGNTojH9h within the cluster has been identified...",
      "categoryId": 3
    }
  ],
  "customAddresses": []
}

授权

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
chainalysisIdentifications
object[]
必填

Chainalysis 地址识别列表

customAddresses
string[]
必填

自定义地址列表

示例:
[]