Numeral · Rate Limits

Numeral Rate Limits

The Numeral REST API authenticates with a Bearer API key and is accessed at https://api.numeralhq.com. Specific published rate limits (RPM/RPS, daily quotas) are not documented in the public API reference. Clients should expect HTTP 429 on throttling and implement retries. Specific limit values are not reconciled in this artifact.

Numeral Rate Limits is the machine-readable rate-limit profile for Numeral on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Sales Tax, Tax Compliance, Ecommerce, SaaS, and Rate Limiting.

2 Limits Throttle: 429
Sales TaxTax ComplianceEcommerceSaaSRate LimitingQuotasThrottling

Limits

Requests Per Minute account
requests
see provider documentation
No public RPM value documented; confirm with Numeral.
Test vs Live Keys account
requests
see provider documentation
Test-mode (testmode=true) and live keys are issued separately from the dashboard.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.
Idempotency
Use reference_order_id / reference_product_id / reference_customer_id to avoid duplicate records on retries.

Sources