등록된 주소의 리스크 평가 조회
cURL
curl --request GET \ --url https://api.chainstream.io/v2/kyt/addresses/{address}/risk \ --header 'Authorization: Bearer <token>'
{ "address": 1.2638660031056791e+45, "addressIdentifications": [ "<unknown>" ], "addressType": "PRIVATE_WALLET", "cluster": {}, "exposures": [ { "category": "exchange", "direction": "both_directions", "exposureType": "indirect", "value": "424895.68594" } ], "risk": "Low", "riskReason": null, "status": "COMPLETE", "triggers": [ "<unknown>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
주소
1.2638660031056791e+45
주소 식별 목록
주소 유형
"PRIVATE_WALLET"
클러스터
노출 목록
Show child attributes
리스크 수준
"Low"
리스크 사유
null
상태
"COMPLETE"
트리거 목록
이 페이지가 도움이 되었나요?