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

CoinMetricsClientQueryParamsException

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

Bases: HTTPError

Raised when a request is too long.

  • Parameters:

    • response (Response)

    • args (Any)

    • kwargs (Any)

Last updated

Was this helpful?