CoinMetricsClientRateLimitError
exception coinmetrics._exceptions.CoinMetricsClientRateLimitError(
response,
*args,
**kwargs,
)Last updated
Was this helpful?
exception coinmetrics._exceptions.CoinMetricsClientRateLimitError(
response,
*args,
**kwargs,
)Bases: HTTPError
Raised when the rate limit is exceeded (HTTP 429).
Last updated
Was this helpful?
Was this helpful?