API Rate Limit [APIs]
API Rate Limit
Overview
To enhance the security of the platform and ensure fair resource usage, API rate limiting is enforced at the account level.
Update date: 12 February 2025
Key updates
Rate limiting per account
Limits apply at the account level (not per IP address)
All users within the same account share the same rate limit
Enterprises under resellers have their own separate rate limits
IP addresses are not considered for rate limiting
Rate limiting per second
The limit is enforced on a per-second basis
Updated HTTP header
A new header
X-Rate-Limit-TPSreplaces previous rate-limit headersThe following headers are not available anymore:
X-Rate-Limit-LimitX-Rate-Limit-RemainingX-Rate-Limit-Reset
Rate limit policy
Number of total requests: The configured limit for your account is visible in the
X-Rate-Limit-TPSheaderDefault value: 2 TPS (unless your account is configured differently)
Period: 1 second
When the limit is exceeded
The API returns HTTP 429 – Too Many Requests
Notes
These changes are designed to support platform reliability and protect against excessive resource usage caused by external attacks or customer misconfigurations.