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.
Headers | Description |
---|---|
X-RateLimit-Limit | Shows you the maximum Requests that your account can send per 60 seconds |
X-RateLimit-Remaining | Shows how many requests are left until the ratelimit blocks requests |
X-RateLimit-Reset | UNIX Timestamp of when the ratelimit will reset |
X-RateLimit-Reset-After | Shows in how much seconds the ratelimit will reset |