전송의 네트워크 식별 정보 조회
cURL
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" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
전송 ID
식별 건수
1
네트워크 식별 조직 목록
Show child attributes
이 페이지가 도움이 되었나요?