Rate Limit
We impose restrictions on the number of requests you can make within a specific time frame. These limitations differ and are outlined within the following header provided in every response:
Header | Description |
---|---|
X-RateLimit-Limit | The maximum number of requests that the consumer is permitted to make per hour. |
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 the number of requests surpasses the rate limit, an error will be generated, and the status code “429 Too Many Requests” will be returned.
Was this page helpful?