> 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/exceeding-rate-limits.md).

# Exceeding Rate Limits

Exceeding the rate limit will result in an HTTP 429 (Too Many Requests) response and include the `Retry-After` HTTP header:

```shell
# Pause requests for the number of seconds specified
Retry-After: 32
```

Continuing to make requests while you are rate limited may result in your user being banned.
