# Rate Limits

### API Call Limits

Mempool Node limits all users to 250 requests per minute per IP address. This measure is in place to ensure server performance, and user experience is optimal.

### Daily Rate Limits

If your account exceeds the daily rate limits, you will receive an error via our Websockets, APIs or your webhooks.&#x20;

In such event to upgrade your limits, you can opt to upgrade your plan, to see details on our plans, please visit [mempoolnode.com/pricing](https://mempoolnode.com/pricing)

<table><thead><tr><th width="122">Plan</th><th align="center">Tester</th><th align="center">Starter</th><th align="center">Buidler</th><th align="center">Professional</th><th align="center">Enterprise</th></tr></thead><tbody><tr><td>Daily Events Limit</td><td align="center">1,500</td><td align="center">7,500</td><td align="center">40,000</td><td align="center">200,000</td><td align="center">750,000</td></tr><tr><td>Watched Address Limit</td><td align="center">10</td><td align="center">500</td><td align="center">2,000</td><td align="center">25,000</td><td align="center">100,000</td></tr></tbody></table>

Our Professional & Enterprise plans have the highest delivery priority

**Reset Time**

Daily event limits reset daily at UTC±00:00

**Watched Address Limit**

The Watched Address Limit is a restriction that applies once it's reached and does not reset. If you need to monitor more addresses beyond this limit, consider upgrading your plan to accommodate additional watched addresses.&#x20;

Alternatively, you can create space within your current limit by removing older watched addresses that are no longer needed.


---

# 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.mempoolnode.com/mempool-tools-suite/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.
