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
What? Only the top 100 crypto currencies are retrieved from the API. Example: !crypto dogecoin doesn't show DogeCoin's stats.
!crypto dogecoin
Why? Problem might be occurring because of the API limiting the amount of requests.
How? Can make different calls to the API which call the next 100 coins, and so on until it reaches the last crypto.
The text was updated successfully, but these errors were encountered:
144330b
No branches or pull requests
What?
Only the top 100 crypto currencies are retrieved from the API.
Example:
!crypto dogecoin
doesn't show DogeCoin's stats.Why?
Problem might be occurring because of the API limiting the amount of requests.
How?
Can make different calls to the API which call the next 100 coins, and so on until it reaches the last crypto.
The text was updated successfully, but these errors were encountered: