API call to check rate limits

Is there an API call I can make to check the API rate limit, remaining, and reset values for an API endpoint? I see that these values are returned after a successful request to an API endpoint, but I haven’t found a request that I can make to get these values. Thanks

I’m not sure there is one, to be honest. You just need all your calls to treat those headers carefully, which is mostly implemented in SDKs (at least Java and C# do that)

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.