429 Status Code
Explanation of the 429 Status Code for Interface Returns
Since the release of Manager version on November 26, 2021, we have implemented call frequency restrictions on interfaces.
A provisional limit of 80 calls per minute has been set. If it exceeds 80 times, a 429 response will be returned, temporarily disabling this interface for 1 minute. , and will be lifted after 1 minute. In this period, other interface calls will not be affected
A provisional limit of 3000 calls per hour has been set. If it exceeds 3000 calls, a 429 response will be returned, temporarily disabling this interface for 1 hour. , and will be lifted after 1 hour. In this period, other interface calls will not be affected
A provisional limit of 30,000 calls per day has been set. If it exceeds 30,000 calls, a 429 response will be returned, and the body will also return the corresponding prompt. This interface will be temporarily disabled for 1 day, and will be lifted after 1 day.
PS:
The interface restrictions are in place to limit call frequency and ensure server stability.
Write value interfaces and get monitoring point interfaces are not restricted. Generally, restrictions are applied to interfaces for adding and fetching information. For urgent cases, you can contact us to remove restrictions temporarily, but if the call frequency is too high, it will cause restriction as well. Eventually, client have to lessen times of interface calls.