Rate Limiting Rules
Some interfaces have rate limiting controls (mentioned in the corresponding interface documentation). Rate limiting is mainly divided into gateway rate limiting and WAF rate limiting.
If an interface request triggers gateway rate limiting, it will return 429, indicating that the access frequency limit has been exceeded, and the IP or apiKey will be banned soon.
Gateway rate limiting is divided into IP rate limiting and apiKey rate limiting.
IP rate limiting example: 100/s/ip means each IP can make up to 100 requests per second for this interface.
apiKey rate limiting example: 50/s/apiKey means each apiKey can make up to 50 requests per second for this interface.