Skip to main content
GET
/
v1
/
kyt
/
transfers
/
{transferId}
/
network-identifications
KYT - Get Transfer Network Identifications
curl --request GET \
  --url https://api-dex.chainstream.io/v1/kyt/transfers/{transferId}/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

transferId
string
required

Transfer ID

Example:

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

Response

200 - application/json
count
integer<int64>
required

Identification count

Example:

1

networkIdentificationOrgs
object[]
required

Network identification organization list