跳转到主要内容
GET
/
v1
/
kyt
/
transfers
/
{transferId}
/
network-identifications
KYT - 获取转账网络识别
curl --request GET \
  --url https://api.chainstream.io/v1/kyt/transfers/{transferId}/network-identifications \
  --header 'Authorization: Bearer <token>'
{
  "count": 1,
  "networkIdentificationOrgs": [
    {
      "name": "XYZ Cryptocurrency Exchange"
    }
  ]
}

授权

Authorization
string
header
必填

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

路径参数

transferId
string
必填

转账 ID

示例:

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

响应

200 - application/json
count
integer<int64>
必填

识别数量

示例:

1

networkIdentificationOrgs
object[]
必填

网络识别组织列表