> For the complete documentation index, see [llms.txt](https://docs.bicscan.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bicscan.io/faq/maximum-query-per-second-exceeded.md).

# Maximum query per second exceeded

### I get `Maximum query per second exceeded.` error message and the Scan request is not processed.

Free plan has a request limit of about 5-6 requests per minute. If you exceed the limit, you will not be able to make a request for the next 10 seconds. Please wait a moment and try again.

### I've maxed out my current plan usage, what should I do?

If you're a free user, your usage will reset first day of every month. If you're a paid user, your query will consume "Free plan" until next payment day. Note that free plan has limited functionality and provided data. In case even Free plan quota is used up, you cannot call API for scan anymore.

<figure><img src="/files/EAuxAdBsizw6AeA70hZd" alt=""><figcaption></figcaption></figure>

### If I used all my quota, can I call other APIs?

Yes, your quota only limits `POST /v1/scan` and other API call is unaffected. You can retrieve previous scan result anytime.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bicscan.io/faq/maximum-query-per-second-exceeded.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
