Skip to content

Rate Limits

Notes:

Public API v1 is currently in feature preview and as such documentation for this feature is still work in progress

Public API v1 requests are rate limited per API key.

Default limits

  • The default limit is 1000 requests per 60 seconds.
  • Up to 50 requests are queued when the limit is exceeded.

Rate limit headers

  • Retry-After is returned in seconds when the limit is exceeded.
  • X-RateLimit-Limit is the maximum requests allowed in the current window.
  • X-RateLimit-Remaining is the remaining requests in the current window.
  • X-RateLimit-Reset is the UTC epoch time when the window resets.

Rate limit response

  • A 429 response is returned when the rate limit is exceeded.
  • The response body is returned as RFC 9457 problem details.