Skip to main content
GET
/
v1
/
kyt
/
withdrawal
/
{withdrawalId}
/
address-identifications
KYT - Get Withdrawal Address Identifications
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": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

withdrawalId
string
required

Withdrawal ID

Example:

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

Response

200 - application/json
chainalysisIdentifications
object[]
required

Chainalysis address identification list

customAddresses
string[]
required

Custom address list

Example:
[]