> For the complete documentation index, see [llms.txt](https://docs.infoway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infoway.io/getting-started/api-limitation/http.md).

# HTTP接口限制

## 频率限制

| 套餐     | 频率限制说明                                 |
| ------ | -------------------------------------- |
| **免费** | 所有接口，每秒最多1次，一分钟上限60次，一天请求上限86400次      |
| **基础** | 所有接口，每秒最多2次，一分钟上限120次，一天请求上限172800次    |
| **高级** | 所有接口，每秒最多10次，一分钟上限600次，一天请求上限864000次   |
| **专业** | 所有接口，每秒最多20次，一分钟上限1200次，一天请求上限1728000次 |

## IP限制

* 正常的业务接口请求只会对API Key的套餐权限做设置，不会对IP做限制
* 页面接口（如官网的实时数据展示）将会对IP做频率限制。
* 请合理请求接口，如果出现大量请求失败可能会被风控系统自动封禁一段时间，解封请联系Telegram客服人员


---

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