AlphaX API Reference Documentation
  • API Introduction
  • General Architecture
  • Authentication
  • Rate Limits
  • HTTP
    • HTTP Headers
    • HTTP Parameters
    • HTTP Compression
    • HTTP Error and Status Codes
    • SSL Requests
    • Sending Data
      • Uplink Data Format V1
      • Uplink Data Format V2
    • Retrieve Data
      • Conduit V4
      • Conduit V6
      • Conduit V7
        • Using Conduit V7
        • Aggregation Features (Optional)
        • Common Issues & Troubleshooting
        • Usage Examples
  • MQTT
    • MQTT Authentication
    • MQTT Broker Address
    • Publishing Data
      • MQTT Publish Format V1
      • MQTT Publish Format V2
Powered by GitBook
On this page

Was this helpful?

Rate Limits

The conduit API service is throttled by default.

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

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.

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.

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.

PreviousAuthenticationNextHTTP

Last updated 1 month ago

Was this helpful?