跳转到主要内容
GET
/
v1
/
kyt
/
transfers
/
{transferId}
/
network-identifications
KYT - 获取转账网络标识
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

转账ID

Example:

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

Response

200 - application/json
count
number
required

识别数量

Example:

1

networkIdentificationOrgs
object[]
required

网络识别组织列表