> For the complete documentation index, see [llms.txt](https://oten.gitbook.io/trust-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oten.gitbook.io/trust-support/documentation/api-reference/integration-guidelines/rate-limiting.md).

# Rate Limiting

* **Limit:** 30 requests per minute per API key
* **Quota:** Monthly request quota per user account
* **Headers:** Check response headers for limit info (if available)
* **Strategy:** Implement client-side rate limiting. Queue requests if needed.
