429 Too Many Requests
response. Your API client code should be able to handle this response and retry the request after a short period.
Ordering rate limit
Orders are currently limited to 180 per minute. This includes requests
that fail due to errors. This rate limit may change in the future.
Handling rate limits
If you receive a429 Too Many Requests
response you should wait a short period before retrying the request. We recommend waiting at least 5 seconds before retrying the request. If you continue to receive the same response you should wait longer before retrying.