取得提款的網路標識資訊
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
這個頁面有幫助嗎?