Skip to main content
GET
/
v2
/
kyt
/
withdrawal
/
{withdrawalId}
/
network-identifications
KYT - Get Withdrawal Network Identifications
curl --request GET \
  --url https://api.dex.chainstream.io/v2/kyt/withdrawal/{withdrawalId}/network-identifications \
  --header 'Authorization: Bearer <token>'
{
  "count": 1,
  "networkIdentificationOrgs": [
    {
      "name": "XYZ Cryptocurrency Exchange"
    }
  ]
}

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

Response

200 - application/json
count
integer<int64> | null

Identification count

Example:

1

networkIdentificationOrgs
object[]

Network identification organization list