-
It is stated in the documentation that there is a limit of 120 req/min. Does that mean you are allowed to send 120 requests in a fixed timespan (every new minute for example) or are you allowed to only send 120 requests in the minute starting when you sent your first request? I suspect the first one is applicable, if so how do we know when the server decides a minute has passed, how can we align our clocks? |
Beta Was this translation helpful? Give feedback.
Answered by
mdashlw
Dec 17, 2020
Replies: 1 comment 2 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
GrizzlT
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the
ratelimit-reset
header to know when the server decides to reset the limit for all keys.