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

# Rate Limits

> For most APIs, StickyQR allows up to 60 read operations per second and 60 write operations per second.

For most APIs, StickyQR allows up to **60 read operations per second** and **60 write operations per second**.

Besides, there are also specific APIs with different rate limits, as detailed below:

| Endpoint         | Limit                   |
| ---------------- | ----------------------- |
| **/endpoint-01** | xxx requests per second |
| **/endpoint-02** | yyy requests per second |

### Rate Limit Response

If you hit the rate limit, you will receive a `429 Too Many Requests` response with the following body:

<CodeGroup>
  ```json 429 theme={null}
   "message": "Too Many Requests"
  ```
</CodeGroup>
