Overview
To ensure smooth performance and avoid potential API blocks, we recommend optimizing your API requests based on best practices. This guide explains API limits, error handling, and optimization techniques.

1. API Rate Limits

To maintain service stability, API requests should be limited to 20 requests per minute per account, even if multiple IPs are used.

Excessive API calls may trigger Web Application Firewall (WAF) restrictions and lead to temporary blocks.

2. How to Avoid Blocks

  • Cache API responses instead of making repeated calls for unchanged data.
  • Limit requests to essential updates only (avoid API calls on every page request).
  • Use pagination when fetching large datasets.

3. Troubleshooting API Blocks

If you experience an API block:

  1. Check your API logs for excessive requests.
  2. Optimize backend logic to reduce unnecessary API calls.
  3. Contact support if you need assistance.