Plans
| Plan | Requests/second | Included monthly quota |
|---|---|---|
| Free | 10 | 1,000 |
| Pro | 20 | 50,000 |
| Business | 60 | 250,000 |
| Custom | 100 | Unlimited (per contract) |
How enforcement works
- Rate limit — per-second window per key. Exceeding returns
429 RATE_LIMIT_EXCEEDED. - Monthly quota — successful (2xx) requests count against the key’s monthly quota (
quota:<key>:<yyyy-mm>). - Credits — direct keys that exhaust included quota debit 1 credit per successful request from
user_credit_balances. - x402 — when quota and credits are exhausted and x402 is enabled, a
402offer is issued.
RapidAPI
The RapidAPI-compatible surface (/rapidapi/v1) uses X-RapidAPI-Proxy-Secret, X-RapidAPI-User, and X-RapidAPI-Subscription headers, maps subscriptions to plans, and enforces the same quota rules without credits.
Usage visibility
GET /user/usageaggregates monthly usage per API product for the authenticated user.GET /billing/creditsreturns balance and ledger.- Admin sees per-user and platform traffic in
/admin/trafficand/admin/data-health.