CoinMetricsClientRateLimitError

exception coinmetrics._exceptions.CoinMetricsClientRateLimitError(
    response,
    *args,
    **kwargs,
)

Bases: HTTPError

Raised when the rate limit is exceeded (HTTP 429).

Last updated

Was this helpful?