generated: '2026-07-27' method: probed source: live response headers from api.voltus.co and sandbox.voltus.co, 2026-07-27 description: >- Voltus publishes no rate-limit documentation page, but every response carries IETF-style x-ratelimit-* headers. The values below were read directly off live responses; the window is not stated by Voltus, and x-ratelimit-reset counts up with each request within the window rather than reporting a reset timestamp. Recorded as observed, not as a Voltus commitment. headers: limit: x-ratelimit-limit remaining: x-ratelimit-remaining reset: x-ratelimit-reset rate_limits: - name: Production API host: https://api.voltus.co limit_count: 301 limit_header_value: '301' window: undocumented scope: api-key observed: '2026-07-27' note: Observed on an unauthenticated 400 and an unauthorized 401 response. - name: Sandbox API host: https://sandbox.voltus.co limit_count: 101 limit_header_value: '101' window: undocumented scope: shared public sandbox key observed: '2026-07-27' note: 'Observed with the published public credential "X-Voltus-API-Key: secret".' documented_limits: - operationId: voltus#get-telemetry-kw limit: Maximum 10 sites per request source: https://api.voltus.co/docs/openapi/voltus-get-telemetry-kw - operationId: voltus#get-telemetry-kw limit: Maximum request interval 90 days source: https://api.voltus.co/docs/openapi/voltus-get-telemetry-kw - operationId: voltus#get-telemetry-kw limit: 10,000 total data points per site per request source: https://api.voltus.co/docs/openapi/voltus-get-telemetry-kw error_response: status: 429 description: 'Too Many Requests: Too Many Requests response.' body: '{"message": "...", "type": "Too Many Requests"}'