> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oddpool.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate limits

> Per-tier rate limits, monthly quotas, and API key allowances.

API requests are rate limited per tier. Exceeding your limit returns a `429` status with a `Retry-After` header indicating how long to wait.

| Tier       | Rate limit  | Monthly quota  | API keys  |
| ---------- | ----------- | -------------- | --------- |
| Free       | 1 req/sec   | 1,000 requests | 1         |
| Pro        | 10 req/sec  | 1M requests    | Unlimited |
| Premium    | 25 req/sec  | 5M requests    | Unlimited |
| Enterprise | 500 req/sec | Unlimited      | Unlimited |

Free tier has a hard cap at the monthly quota. Paid tiers have higher limits. [View pricing](https://oddpool.com/pricing) for details.
