cURL
curl --request POST \ --url https://api.example.com/api/v1/risk/check-domain \ --header 'Content-Type: application/json' \ --data ' { "origin": "https://app.uniswap.org" } '
{ "code": 0, "msg": "ok", "data": { "riskLevel": "low", "labels": [ "dex" ], "reasons": [] } }
检测 DApp 域名或来源地址是否存在钓鱼或恶意风险。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
域名风险检测请求。
DApp 域名或来源地址。
"https://app.uniswap.org"
成功返回域名风险
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
域名风险检测结果。
Show child attributes