Rate Limiting

To ensure optimal performance and fair resource allocation, our API enforces the following rate limits:

  • GET/OPTIONS Requests: Up to 200 requests per minute
  • POST, PUT, PATCH, DELETE Requests: Up to 100 requests per minute

Exceeding these limits may result in 429 (Too Many Requests) responses. We recommend implementing appropriate retry logic and backoff strategies to handle rate limit errors effectively.