跳轉到主要內容
GET
/
v2
/
kyt
/
transfers
/
{transferId}
/
network-identifications
KYT - 取得轉帳網路標識
curl --request GET \
  --url https://api.chainstream.io/v2/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

回應

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

標識數量

範例:

1

networkIdentificationOrgs
object[]

網路標識組織列表