Last updated

Rate Limits

Rate Limit triggered response header example:

X-Limit-Type: S
X-Limit-Limit: 3
X-Limit-Remaining: 0
X-Limit-Reset: 10

Default limits:

  • Max 100 requests per 10 second per originating IP.
  • Max 1000 requests per hour per originating IP.
  • Max 20,000 requests per day per originating IP.

If your limit is reached, the API will return Error 429 (Too Many Requests).

The API will also return the following headers with every response:

  • X-Limit-Type : The type of rate limit. Can be “S” (per 10 seconds), “M” (per 60 minutes) )or “H” (per 24 hours)
  • X-Limit-Limit : The number of allowed requests in the current period
  • X-Limit-Remaining : The number of remaining requests in the current period
  • X-Limit-Reset (if applicable) : The number of seconds left in the current period