# HTTP接口限制

## 频率限制

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

## IP限制

* 正常的业务接口请求只会对API Key的套餐权限做设置，不会对IP做限制
* 页面接口（如官网的实时数据展示）将会对IP做频率限制。


---

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