Overview
To ensure fair usage and maintain the stability of our API, we have implemented two types of rate limiters:- Global IP-based limiter
- Account-based rate limiter
Rate Limit Headers
All API responses include the following headers to help you manage your request rate:| Header | Description | 
|---|---|
| X-Ratelimit-Limit | The maximum number of requests permitted within the current rate limit window. | 
| 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 (UTC epoch seconds). | 
Rate Limit Variations
Be aware that rate limits may vary:- Different endpoints have different rate limits.
- Rate limits can change over time as we change our system.

