Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api-nova.tech/v1/security/dapp-risk \ --header 'Content-Type: application/json' \ --data ' { "url": "https://example.app" } '
{ "score": 50, "reasons": [ { "code": "LOW_LIQUIDITY", "message": "Liquidity is thin for this token." } ], "summary": "<string>" }
Screens an app URL or domain before you open it inside a wallet, browser, or agent flow.
"https://example.app"
Dapp risk result.
low
medium
high
critical
0 <= x <= 100
Show child attributes
Was this page helpful?