# Rate Limits

| Tier   | Credential                          | Limit                 |
| ------ | ----------------------------------- | --------------------- |
| Tier   | Credential                          | Limit                 |
| ---    | ---                                 | ---                   |
| Tier 1 | No key                              | 60 req/min per IP     |
| Tier 2 | API key (`X-API-Key` header)        | 600 req/min           |
| Tier 3 | Privy JWT (`Authorization: Bearer`) | 1200 req/min per user |

Rate limit state is returned in every response via standard headers:

* `X-RateLimit-Limit` — maximum requests allowed in the current window
* `X-RateLimit-Remaining` — requests remaining in the current window
* `X-RateLimit-Reset` — Unix timestamp when the window resets


---

# 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.zirodelta.com/api-reference/rate-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.
