This API uses a rate-limiting mechanism based on a sliding window strategy. Each API key is allowed up to 500 requests per minute. When an API key exceeds this limit, further requests will be denied until the rate limit resets.
Header | Description |
---|---|
X-Ratelimit-Limit | The maximum number of requests allowed in a given time window (120 requests). |
X-Ratelimit-Remaining | The number of requests remaining in the current time window. |
X-Ratelimit-Reset | The time (in seconds) until the rate limit resets, indicating when the counter will be reset. |