We use rate limiting to safeguard the stability of our API. The default rate limiter allows up to 300 requests per minute timeframe.
|-------------|-------------|--------
0sec 60sec 120sec
1 250 250
[ timeframe ] [ timeframe ]
You can see your rate limits at API > Rate Limits. To increase this limit, please contact us.
Any request over the limit will return a 429 Too Many Requests error.
Our server responses also return your API limit, remaining requests, and seconds until the limit resets as headers. If you curl
the endpoints with the -vvv
flag, you'll see the headers as such.
...
< ratelimit-limit: 300
< ratelimit-remaining: 280
< ratelimit-reset: 53