Our rate limit set to 1000 requests per hour. If you need to temporarily increase this, please contact us.

We will return the following headers to help you manage this:

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 1000

When you reach your limit, you will receive a 429 Too many requests response:

{
  "code": 429,
  "message": "Too Many Requests"
}