출금의 사기 평가 결과 조회
cURL
curl --request GET \ --url https://api.chainstream.io/v2/kyt/withdrawal/{withdrawalId}/fraud-assessment \ --header 'Authorization: Bearer <token>'
{ "alteryaIdentifications": [ { "address": 7.791193667402015e+47, "chain": "eth", "labels": [ "scam", "disputed" ], "object": "address_risk_response", "on_chain_activity": { "first_transaction_at": 1724317680000 }, "reason": "scam", "risk_level": "severe", "risk_score": "99.99" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
출금 ID
Alterya 식별 목록
Show child attributes
이 페이지가 도움이 되었나요?