GuidesAPI Reference

Rate Limit

Rate Limit to control the rate of requests.

Xplorer throttles the rate of requests by placing a limit on the number of calls per minute.

Limit the number of calls per minute

  • The number of calls per minute is limited to 1500 for all users.
  • You can view the number of calls per minute on the dashboard in Xplorer.

Error Response

If the limit is exceeded, an error code of ERR_000008 is returned with the HTTP status code TOO_MANY_REQUEST (429) for those requests.

  • Therefore, if you encounter such an error, you should wait at least a minute before requesting again.