Get network identifications for a withdrawal
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/kyt/withdrawal/{withdrawalId}/network-identifications \ --header 'Authorization: Bearer <token>'
{ "count": 1, "networkIdentificationOrgs": [ { "name": "XYZ Cryptocurrency Exchange" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Withdrawal ID
"123e4567-e89b-12d3-a456-426614174000"
Identification count
1
Network identification organization list
Show child attributes
Was this page helpful?