获取转账的网络标识信息
cURL
curl --request GET \ --url https://api.dex.chainstream.io/v2/kyt/transfers/{transferId}/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
网络标识组织列表
显示 子属性
此页面对您有帮助吗?