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
Each of these API providers also have the ability to manage portfolios. It would be useful if cointop could sync from (and maybe even TO) these?
Coingecko doesn't currently have an API for this. https://www.coingecko.com/en/api/documentation The website uses https://www.coingecko.com/en/portfolios/NNNNN/overview?vs_currency=usd Where NNNNN is probably some customer-unique value.
Coinmarketcap API at https://coinmarketcap.com/api/documentation/v1/ doesn't include this, but the website uses: https://api.coinmarketcap.com/asset/v3/portfolio/group/queryAll https://api.coinmarketcap.com/asset/v3/portfolio/query
The text was updated successfully, but these errors were encountered:
miguelmota/go-coinmarketcap#7
Sorry, something went wrong.
No branches or pull requests
Each of these API providers also have the ability to manage portfolios. It would be useful if cointop could sync from (and maybe even TO) these?
Coingecko doesn't currently have an API for this.
https://www.coingecko.com/en/api/documentation
The website uses https://www.coingecko.com/en/portfolios/NNNNN/overview?vs_currency=usd
Where NNNNN is probably some customer-unique value.
Coinmarketcap API at https://coinmarketcap.com/api/documentation/v1/ doesn't include this, but the website uses:
https://api.coinmarketcap.com/asset/v3/portfolio/group/queryAll
https://api.coinmarketcap.com/asset/v3/portfolio/query
The text was updated successfully, but these errors were encountered: