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

路徑參數

withdrawalId
string
必填

提款 ID

回應

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

標識數量

範例:

1

networkIdentificationOrgs
object[]

網路標識組織列表