CoinMetricsClientBadParameterError

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

Bases: HTTPError

Raised when a request is made with bad parameters (HTTP 400).

Last updated

Was this helpful?