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/address-screen \ --header 'Content-Type: application/json' \ --data ' { "address": "<string>", "chain": "solana" } '
{ "address": "<string>", "allowed": true, "reasons": [ { "code": "LOW_LIQUIDITY", "message": "Liquidity is thin for this token." } ] }
Checks whether an address should be allowed, warned, or blocked in your product.
solana
Address screening result.
low
medium
high
critical
Show child attributes
Was this page helpful?