For the complete documentation index, see llms.txt. This page is also available as Markdown.

CoinMetricsClientRateLimitError

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

Bases: HTTPError

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

  • Parameters:

    • response (Response)

    • args (Any)

    • kwargs (Any)

Last updated

Was this helpful?