cURL
curl --request POST \ --url https://api.novashield.so/v1/wallet/dapp \ --header 'Content-Type: application/json' \ --data ' { "domain": "app.raydium.io", "ai_analyzed": true } '
{ "domain": "<string>", "verdict": "safe", "score": 0.5, "tags": [ "<string>" ], "explanations": [ "<string>" ] }
Analyze a dApp domain for security threats, phishing attempts, and suspicious patterns.
dApp domain to analyze
"app.raydium.io"
Whether to run AI + web search analysis (default: true)
true
dApp analysis complete
safe
suspicious
malicious
unknown
0 <= x <= 1
Was this page helpful?