Compliance API for Web3. Screen wallet addresses for sanctions and risk.
curl -X POST https://api.veria.us/v1/screen \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"input": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e"}'Response:
{
"score": 15,
"risk": "low",
"details": {
"sanctions_hit": false,
"pep_hit": false
}
}Sign up at protocol.veria.us
| Level | Score | Action |
|---|---|---|
| low | 0-29 | Proceed |
| medium | 30-59 | Review |
| high | 60-79 | Block recommended |
| critical | 80-100 | Block required |
| Tier | Price | Operations/Month | Overage |
|---|---|---|---|
| Sandbox | Free | 100 | Hard limit |
| Professional | $499/mo | 10,000 | $0.06/op |
| Scale | $2,000/mo | 100,000 | $0.035/op |
| Enterprise | $5,000/mo | 500,000 | $0.02/op |
Professional: For production teams integrating compliance infrastructure. Scale: For platforms operating at sustained transaction volume. Enterprise: For regulated organizations and protocol-level deployments.
All paid tiers include mainnet commercial license, audit-ready compliance logs, and SLA guarantees.