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
/tools/get-market-cap/:city
It would need to be calculated in two steps:
The text was updated successfully, but these errors were encountered:
This can also be returned by existing endpoints, and might be worth reporting a combination to help make sure things are in sync, e.g.
{ "calculated": "aggregate price * total supply" "coingecko": "value_from_api" "coinmarketcap": "value_from_api" "etc": "etc" }
The aggregate price is based on #37 and #38 getting done as it's just CoinGecko data for now.
Sorry, something went wrong.
No branches or pull requests
What endpoint would you like to request?
/tools/get-market-cap/:city
Is this something directly available, or does it have to be calculated?
It would need to be calculated in two steps:
The text was updated successfully, but these errors were encountered: