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

# Rate Limiting

You can make 200 requests per minute to each API. Once you go over the rate limit, you will receive a `429 TOO MANY REQUESTS` error response.

```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>429 Too Many Requests</title>
<h1>Too Many Requests</h1>
<p>200 per 1 minute</p>
```
