I am wondering what the definition is for each of the headers below. I only see two of the headers explained in the documentation:
- x-rate-limit-limit = # of requests you are allowed to do per minute
- x-rate-limit-throttle-limit = # of requests you are allowed to do per second
https://docs.moralis.io/misc/rate-limit#rate-limits-when-calling-web3-api-using-http
Can someone please define the headers here? Also, can Moralis add the definitions to the documentation page for future devs?
{"x-rate-limit-remaining-ttl", "33"},
{"x-rate-limit-remaining-ip-ttl", "33"},
{"x-rate-limit-used", "35"},
{"x-rate-limit-ip-used", "35"},
{"x-rate-limit-limit", "3500"},
{"x-rate-limit-throttle-remaining-ttl", "1"},
{"x-rate-limit-throttle-remaining-ip-ttl", "1"},
{"x-rate-limit-throttle-used", "120"},
{"x-rate-limit-throttle-ip-used", "120"},
{"x-rate-limit-throttle-limit", "88"},
{"x-rate-limit-remaining", "33"},
{"x-rate-limit-throttle-remaining", "1"},