There is a rate limit of 100 requests per minute with a sliding window of 1 minute.

If you exceed this limit, you will receive a 429 Too Many Requests response.

Rate Limit Headers

The rate limit headers are as follows:

  • X-RateLimit-Limit: The maximum number of requests that the consumer is permitted to make in a minute.
  • X-RateLimit-Remaining: The number of requests remaining in the current rate limit window.

If you exceed the rate limit, you will also receive the following additional headers:

  • X-RateLimit-Reset: The time at which the current rate limit window resets in UTC epoch seconds.
  • Retry-After: The number of seconds to wait before making another request.