> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/riskbase-docs/api/rate-limits/avoiding-rate-limits.md).

# Avoiding Rate Limits

When building your integration, waiting a second between requests should keep you under the rate limit. Making requests serially (instead of concurrently) or queuing requests can help respect rate limit HTTP headers.

Subscribe to webhook events instead of polling the API for data.
