How to protect your API and give tiered access to your API
ratelimit-limit
: The maximum number of requests you’re permitted to make per minute.ratelimit-remaining
: The number of requests remaining in the current rate limit window.ratelimit-reset
: The time at which the current rate limit window resets in UTC epoch seconds.ratelimit-consumed
: The number of requests consumed.