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

# Rate Limiting

> API rate limits and best practices for handling rate limit errors

To ensure fair usage and maintain optimal system performance, we have implemented rate limiting for API requests. Each user is allowed a maximum of **100 requests** within a **10-second rolling window**.

## What this means for you

* You can make up to 100 requests within any 10-second period
* If you exceed this limit, any additional requests will be delayed until the 10-second window is reset

<Note>
  Plan your API usage accordingly to avoid interruptions and ensure the smooth functioning of our services.
</Note>
