# REST API Limitation

### Plan-Based Limits

| Plan        | Limitations                                                                                           |
| ----------- | ----------------------------------------------------------------------------------------------------- |
| **Free**    | <p>All endpoints: <br>Max 1 requests/second<br>60 requests/minute<br>or 172,800 requests/day</p>      |
| **Basic**   | <p>All endpoints: <br>Max 2 requests/second<br>120 requests/minute<br>or 172,800 requests/day</p>     |
| **Premium** | <p>All endpoints: <br>Max 10 requests/second<br>600 requests/minute<br>or 864,000 requests/day</p>    |
| **Pro**     | <p>All endpoints: <br>Max 20 requests/second<br>1200 requests/minute<br>or 1,728,000 requests/day</p> |

### IP-Based Limits

* API endpoint requests are governed exclusively by your API Key's plan permissions. We do not impose IP-based restrictions on these requests.
* Page-Based Interfaces: Public-facing web interfaces (such as the real-time data displays on our main website) are subject to IP-based rate limiting.


---

# 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.infoway.io/en-docs/getting-started/api-limitation/rest-api-limitation.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.
