Security Model is first because developers need clear context before they show a token, wallet, dapp, or transaction to users. Nova security APIs are public developer APIs protected by API keys, quotas, rate limits, and abuse monitoring.Documentation Index
Fetch the complete documentation index at: https://docs.nshield.org/llms.txt
Use this file to discover all available pages before exploring further.
Security APIs
| API | What it answers |
|---|---|
| Token risk | Is this token verified, suspicious, mutable, illiquid, or unsafe to highlight? |
| Wallet risk | Does this wallet look active, suspicious, fresh, dormant, or high-signal? |
| Dapp risk | Is this URL or app domain safe to open inside a wallet or browser? |
| Transaction preview | What will this transaction likely do before a user signs? |
| Address screening | Is this address risky, sanctioned, spammy, or worth warning about? |
Public Playground Safety
The docs playground can call demo endpoints without exposing Nova’s backend setup. Every playground request should still use:- API-key authentication
- IP and key rate limits
- Request body caps
- Response size caps
- High-cost endpoint quotas
- Redacted logs