取得已註冊地址的風險評估
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"
觸發器列表
這個頁面有幫助嗎?