# Rate Limits

One request is allowed every (n) number of seconds. Requests that exceed this limit will receive a 429 Too Many Requests response.

{% hint style="warning" %}
Note the maximum timerange that can be requested by all API's is 31 days. This limit applies to all API calls for retrieving data.
{% endhint %}

{% hint style="warning" %}
AlphaX applies a maximum of 843000 datapoints into the aggregation (i.e. Raw records that will be grouped and sorted). A maximum of 105120 datapoints will be outputted per sensor in the API output.
{% endhint %}

#### **Reading Data**

Rate limiting applies to the rate at which you can request API data from the conduit service. limits are based on the AlphaX IoT subscription assigned to the users token.

* Standard: Rate limited to 1 call per 10 seconds, 1000 record limit
* Pro: Rate limited to 1 call per second, 1000 record limit
* Enterprise: No Rate limits apply.

NOTE: We recommend requesting one large amount of data up to 31 days rather than many small requests.

#### **Writing Data**

* Standard: Rate limited to 100 writes per second.
* Pro: Rate limited to 100 writes per second.
* Enterprise: No Rate limits apply.


---

# 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://apidocs.alphax.cloud/rate-limits.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.
