CoinMetricsClientForbiddenError

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

Bases: HTTPError

Raised when a request is forbidden due to insufficient permissions (HTTP 403).

Last updated

Was this helpful?