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

# Rate Limits

> API rate limiting information

## Rate Limits

The Nonce API implements rate limiting to ensure fair usage and platform stability.

<Warning>
  Rate limit parameters are subject to change. We recommend implementing proper retry logic in your applications.
</Warning>

### Current Limits

| Operation Type       | Limit                   |
| -------------------- | ----------------------- |
| Read (GET)           | 100 requests per minute |
| Write (POST, DELETE) | Contact administrator   |

### Rate Limit Exceeded

When you exceed the rate limit, the API will return a `429 Too Many Requests` response. Implement exponential backoff in your retry logic to handle these cases gracefully.

If you require higher limits for your use case, please contact [hi@nonce.app](mailto:hi@nonce.app).
