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

# Limits

> In this guide we will teach you about the limits of our API, including rate limits and data limits.

<Warning>
  The API limits are subject to change, so please check the [API documentation](https://docs.camposcloud.com/api-reference/api-limits) for the most up-to-date information.
</Warning>

<Warning>
  The API limits are applied per account, not per application. This means that if you have multiple applications using the same account, they will share the same limits.
</Warning>

<Warning>
  Illegal use of the API, such as scraping or spamming, will result in your account being suspended.
</Warning>

<Note>
  Beyond the global limit, some endpoints may have their own specific limits. You can find these limits in the endpoints documentation.
</Note>

## Using the API Key

The current API limits global are as follows:

* **Rate Limit**: 180 requests per minute per account. ( approx. 3 requests per second )

<Tip>
  You can check the response headers to monitor your current rate limit status. Look for the following headers:
</Tip>

* `X-RateLimit-Limit`: The maximum number of requests allowed during the current rate limit window.
* `X-RateLimit-Remaining`: The number of requests you have left in the current window.
* `X-RateLimit-Reset`: The number of seconds until the rate limit count resets.
