简体中文
获取转账的网络标识
cURL
curl --request GET \ --url https://api-dex.chainstream.io/v1/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
"123e4567-e89b-12d3-a456-426614174000"
识别数量
1
网络识别组织列表
显示 子属性
组织名称
"XYZ Cryptocurrency Exchange"
此页面对您有帮助吗?