🆘Rate Limit
To ensure fair usage and maintain the stability of our service, the following rate limit policy is enforced:
Order Submission Rate Limit
Limit: Users can submit a maximum of 1 order every 30 seconds.
Scope: The rate limit is applied per user.
HTTP Status Code: If a user exceeds this rate limit, they will receive a
429 Too Many Requests
response.
Example Response:
Best Practices to Avoid Rate Limit Errors:
Implement client-side rate limiting.
Handle
429
responses by pausing for the appropriate duration.
Last updated