Quotas & Limits
Guest limits
Guest mode is intended for evaluation and quick checks. Current defaults:
- Scan rate limit: ~1 request/second
- Daily cap: ~100 scans/day (per IP)
If you hit limits frequently, sign in and use a workspace API key.
Plan-based quotas (high level)
Your API key is associated with a plan tier. Defaults (may change as pricing evolves):
| Plan tier | URL and smart contract scans | Shadow renders | Reports/exports |
|---|---|---|---|
| Free Evaluation | 25/month | 10/month | 1/month |
| Starter | 1,000/month | 100/month | 3/month |
| Pro | 10,000/month | 750/month | 20/month |
| PAYG (internal) | Metered (1,000 free/month) | 500/month, then metered | Unlimited |
| Enterprise | Custom | Custom | Custom |
How to see your current quota
- Open
https://dralvia.tech/#/api-keysto view your API key’s Monthly Quota and Usage Count.
How quota errors appear
- HTTP
402witherror: "quota_exceeded": your monthly API key quota is exhausted. - HTTP
429: you hit a rate limit; retry with backoff.