When does API rate-limit reset?

When does API rate-limit reset?

The API limit doesn't reset at a fixed time. It is dynamic  a sliding window technique.

The total number of requests made in the last 24 hour interval (starting from your first request) is counted.

If the total count equals your subscription limit it will throw a rate limit error.

A rate limit error returns a 429 HTTP Status Code.