Note:
At present, the total number of requests per Account per day is 100,000 (the total number of requests will be adjusted according to related needs later).
Currently, Trongrid rate limiting will be triggered in the following two situations:
- When a user’s usage exceeds the total amount allowed per day, only a very low frequency such as 1/s will be allowed, and access beyond this limit will be denied.
- When a user’s usage is below the total amount allowed per day, the frequency will be limited to 15/s. Access beyond this limit will be denied and there will be a penalty mechanism of not responding to service within 30s.