API
Rate Limiting
Our API employs a number of safeguards against bursts of incoming traffic to help maximize its stability.
The returned HTTP headers of any API request show your current rate limit status:
Header Name | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests you’re permitted to make. |
X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
X-RateLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |
If you exceed the rate limit, a 429 Too Many Requests response is returned:
We may reduce limits to prevent abuse, or increase limits to enable high-traffic operations.
You can check your current limits in the dashboard (under Account/Limit).
To request an increased rate limit, please contact support.