获取已注册地址的风险评估
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"
触发器列表
此页面对您有帮助吗?