Skip to content

Rate limiting

Our application limits the number of requests for a certain period of time. The restrictions are different for different paths and your rate limits for the most of APIs depend on the number of accounts deployed. If the request limit is exceeded, error TooManyRequests (http code - 429) will be returned.