Our API is rate limited to ensure fair usage and to protect the system from abuse. The rate limit is set to a maximum of 250 requests per 10 seconds window.

If you exceed this limit, the API will return a 429 Too Many Requests HTTP status code. When you receive this status code, it means you have hit the rate limit and must wait before making additional requests.

The response will include an X-RateLimit-Reset header, which indicates the time when you can retry your request. You should wait until this time before attempting to make more requests.

If you have specific needs that require a higher rate limit, please contact our support team.