# API Limits

## Rate Limits

To ensure platform safety and stability against excessive messaging, we have instated rate limits for users. Currently, these limits are:

**Rate: 100 Requests per second**

> The rate at which tokens are added to the Token Bucket. This value indicates the average number of requests per second over an extended period of time.

**Burst: 300 Requests**

> The capacity of the Token Bucket

**Quota: 1,000,000 Requests per day**

> The total number of requests you can perform in a given time period. This limit resets at UTC 00:00:00 every day


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aquanow.io/cams/security/api-limits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
