Rate limits

I'm not trying to empty my bank account, but I do want to keep the API running 24/7 hence the rate limits.

What we ratelimit by

I'm trying to keep the API privacy focused, currently we only ratelimit by IP address and no IP's are stored for logging.

Defaults

• 60 requests per minute

• 120 requests for extended users

• 5 requests per second

429 Too Many Requests

If you exceed limits you will receive HTTP 429, give my poor API a break and try again in a couple minutes.