We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CoinGecko keeps changing their rate limits lower and lower and now receiving the following error
ValueError: {'status': {'error_code': 429, 'error_message': "You've exceeded the Rate Limit. Please visit https://www.coingecko.com/en/api/pricing to su bscribe to our API plans for higher rate limits."}}
Would be good to handle this error and sleep(30) when encountered
sleep(30)
The text was updated successfully, but these errors were encountered:
Exception handling for #1
a33bbdd
No branches or pull requests
CoinGecko keeps changing their rate limits lower and lower and now receiving the following error
Would be good to handle this error and
sleep(30)
when encounteredThe text was updated successfully, but these errors were encountered: