连上钱包前先查一眼。DuoLaSafe 威胁情报库持续监控,已收录 82 万+ 钓鱼/恶意域名,
支持父域名命中(evil.uniswap-airdrop.com 会因 uniswap-airdrop.com 命中)。
数据实时、开放 API、不延迟。
钱包、DApp、风控系统可直接接入。无需 key,CORS 全开。请合理调用(批量≤100/次)。
curl "https://safecheck.manyaitool.com/api/phishing?domain=uniswaq.org"
# 返回
{
"ok": true,
"domain": "uniswaq.org",
"phishing": true,
"verdict": "已知钓鱼域名",
"match": { "matched": "uniswaq.org", "match_type": "exact", "source": "DuoLaSafe 威胁情报库" }
}curl -X POST "https://safecheck.manyaitool.com/api/phishing/bulk" \
-H "Content-Type: application/json" \
-d '{"domains":["uniswaq.org","good-site.com"]}'
# 返回 { "ok":true, "count":2, "results":[ {domain, phishing, match}, ... ] }其它端点:/api/token?addr=(代币真伪)、/api/check?q=(地址/域名综合风险)。