Open lyricnz opened 3 years ago
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
https://github.com/miguelmota/go-coinmarketcap/issues/7
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