地址風險評分
對地址完整歷史跑行為偵測,回傳風險分數、等級與觸發的可疑行為。
評估風險
curl -X POST "https://api.blockchainsecurity.asia/v1/address-risk" \
-H "X-API-Key: ak_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"blockchain": "tron",
"address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9"
}'欄位
必填
說明
{
"data": {
"chain": "tron",
"address": "TMuA6YqfCeX8EhbfYEg5y7S4DqzSJireY9",
"risk_score": 26.78,
"risk_level": "low",
"risk_level_zh": "低",
"behaviors": [
{
"code": "rapid_in_out",
"name_zh": "快速進出",
"severity": "high",
"score": 12.0,
"base_weight": 30.0,
"intensity": 1.0,
"recency_weight": 0.4,
"occurrence_count": 8,
"first_detected_at": 1584086703,
"last_detected_at": 1638244803,
"ever_detected": true,
"evidence": {
"in_amount_usd": 3412848.81,
"out_amount_usd": 616634422.08,
"out_ratio": 9.99,
"window_minutes": 30
}
}
],
"score_breakdown": {
"rapid_in_out": 12.0,
"burner_wallet": 8.0,
"pass_through": 6.78,
"total_raw": 26.78,
"capped_total": 26.78
},
"evaluated_behaviors": ["rapid_in_out", "burner_wallet"],
"deferred_behaviors": ["drainer_pattern", "risky_contract_interaction"],
"data_window": { "from": 1533891705, "to": 1764517689, "tx_count": 1132 }
},
"meta": { "request_id": "..." }
}欄位
說明
端點與計費
Method
路徑
說明
Credit
Last updated
Was this helpful?

