- SDK
- API
- Admin UI
- Nodes
- Servers
- yes
- no
For the purpose of optimization, rate limiting and throttling will now be handled asynchronously in such a way that the following will no longer be available in the response headers:
- x-rate-limit-remaining-ttl
- x-rate-limit-remaining-ip-ttl
- x-rate-limit-used
- x-rate-limit-ip-used
- x-rate-limit-limit
- x-rate-limit-throttle-remaining-ttl
- x-rate-limit-throttle-remaining-ip-ttl
- x-rate-limit-throttle-used
- x-rate-limit-throttle-ip-used
- x-rate-limit-throttle-limit
- x-rate-limit-remaining-ttl
- x-rate-limit-remaining-ip-ttl
- x-rate-limit-used
- x-rate-limit-ip-used
- x-rate-limit-limit
If you rely on these response headers to adjust your request rate, you may experience issues.
Rather than adjusting request rate based on the headers returned, your code should instead rely only on the http error response 429 "Rate Limit exceeded".
2022-09-06
https://forum.moralis.io/t/removal-of-rate-limit-response-headers-on-sept-6-2022/18873