> For the complete documentation index, see [llms.txt](https://skyhub-english.gitbook.io/skyhub-api-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://skyhub-english.gitbook.io/skyhub-api-english/request-limits.md).

# Request Limits

To ensure good API performance, integrations will be subject to a throttling threshold.

The request limit on Skyhub is per endpoint and per API, so each API has the following limit:

| Endpoint        | Request Limit (per second) |
| --------------- | -------------------------- |
| Product         | 9                          |
| Orders          | 9                          |
| Other endpoints | 1                          |

If the integration exceeds this limit, HTTP error 429 will be returned.

{% hint style="info" %}
When receiving the first HTTP error 429 we recommend that your integration wait for a new request window, so that you do not continue to incur the same error.
{% endhint %}
