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

CoinMetricsClientUnauthorizedError

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

Bases: HTTPError

Raised when a request is unauthorized due to invalid or missing API key (HTTP 401).

  • Parameters:

    • response (Response)

    • args (Any)

    • kwargs (Any)

Last updated