Skip to content

Rate Limits


What’s the Rate Limit of my API Key?

Every API Key has a default Rate Limit of 80 Requests per minute

How do i increase the Rate Limit?

Currently, it’s not possible to increase your request limit. However, we are planning to introduce a customizable premium plan that will allow this in the future.

Rate limit Headers

Below you will find the rate limit headers that are returned in every request except requests with a 5xx status code.

HeadersDescription
X-RateLimit-LimitShows you the maximum Requests that your account can send per 60 seconds
X-RateLimit-RemainingShows how many requests are left until the ratelimit blocks requests
X-RateLimit-ResetUNIX Timestamp of when the ratelimit will reset
X-RateLimit-Reset-After Shows in how much seconds the ratelimit will reset