# 限速

## 限速&#x20;

MultiMarkets旨在时刻为所有用户提供一个稳定、安全的平台。 因此，各方会持续监控流量，以识别可能对网络产生负面影响的模式。&#x20;

如果来自单个帐户的流量被识别为过高并且达到了速率限制，MultiMarkets 可能会暂时限制或限制该帐户。 您有一个基于每个 API 端点和每分钟的速率限制。&#x20;

如果达到您的速率限制，您将看到 HTTP 429 错误响应，让您知道您的速率限制已暂时超出。&#x20;

合作伙伴应妥善处理 HTTP 429 状态代码并相应地丢弃和/或重试请求。&#x20;

每次请求都会返回以下标头，如果需要限制较少的速率限制，请联系您的实施经理以确定您的用例。 请注意，提高速率限制可能会产生额外费用。

## 参数

接口返回的响应头中会包括如下三个字段，分别表示： x-ratelimit-limit表示当前周期总共可以调用次数，x-ratelimit-remairing表示当前周期剩余调用次数，x-ratelimit-reset表示周期的时间，单位是秒。

> x-ratelimit-limit: 300
>
> x-ratelimit-remairing: 299
>
> x-ratelimit-reset: 60

以上示例：表示接口每分钟可以调用300次，目前剩余调用299次可以调用


---

# 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-cn.multimarkets.org/manager-api/jie-ru-shuo-ming/xian-su.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.
