Rate Limit Rules
To prevent excessive usage and maintain system performance, the following rate limits apply:- 5 requests per minute: You can make up to 5 requests within any 60-second window.
- 50 requests per day: A maximum of 50 requests are allowed in a 24-hour period.
Exceeding Rate Limits
If you exceed the rate limits, the API will respond with a429 Too Many Requests
error. You will need to wait until the rate limit window resets before making additional requests.
Response Example:
Monitoring Your Usage
It’s important to monitor your API usage to avoid hitting the rate limits. Ensure your integration handles the429
error gracefully and retries after the appropriate waiting period.