メインコンテンツへスキップ
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[]

ネットワーク識別組織リスト