Rate Limiting


The time window for rate limits is 1 minute.

Requests that have not been denied due to rate limiting will have the following response headers:

  • X-RateLimit-Limit: number of requests allowed per time window

  • X-RateLimit-Remaining: number of requests remaining in the current time window

Requests that have been rate limited will return a 429 response code and have a Retry-After response header to indicate how long you should wait (in seconds) before trying again.