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).

Last updated

Was this helpful?