取得提款的詐欺評估結果
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
這個頁面有幫助嗎?