出金のネットワーク識別情報を取得
cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
出金 ID
識別件数
1
ネットワーク識別組織リスト
Show child attributes
このページは役に立ちましたか?