You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As rate limiting access to mint endpoints is a very common practice it might make sense to communicate these limits clearly to API consumers. This makes sure that wallets and services do not run into these limits by accident.
While there is an active draft to standardise these headers, as of right now there is only the following defacto standard:
X-Rate-Limit-Limit - the rate limit ceiling that is applicable for the current request.
X-Rate-Limit-Remaining - the number of requests left for the current rate-limit window.
X-Rate-Limit-Reset - the time at which the rate limit resets, specified in UTC epoch time (in seconds).
The text was updated successfully, but these errors were encountered:
As rate limiting access to mint endpoints is a very common practice it might make sense to communicate these limits clearly to API consumers. This makes sure that wallets and services do not run into these limits by accident.
While there is an active draft to standardise these headers, as of right now there is only the following defacto standard:
X-Rate-Limit-Limit - the rate limit ceiling that is applicable for the current request.
X-Rate-Limit-Remaining - the number of requests left for the current rate-limit window.
X-Rate-Limit-Reset - the time at which the rate limit resets, specified in UTC epoch time (in seconds).
The text was updated successfully, but these errors were encountered: