# Speed ​​Limit

MultiMarkets aims to provide a stable, secure platform for all users at all times. As such, traffic is continuously monitored to identify patterns that may negatively impact the network. If traffic from a single account is identified as excessive and a rate limit is reached, MultiMarkets may temporarily throttle or restrict that account.

You have a rate limit on a per API endpoint and per minute basis. If your rate limit is reached, you will see an HTTP 429 error response letting you know that your rate limit has been temporarily exceeded.

Partners should gracefully handle the HTTP 429 status code and drop and/or retry requests accordingly.

The following headers are returned with each request

If a less restrictive rate limit is required, please contact your implementation manager to determine your use case. Please note that increasing your rate limit may incur additional charges.


---

# 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.multimarkets.org/bridge-api/access-instructions/speed-limit.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.
