provinzio / CoinTaxman

Calculate your taxes from cryptocurrency gains
GNU Affero General Public License v3.0
142 stars 31 forks source link

Add support for decentralized Exchanges #66

Open scientes opened 2 years ago

scientes commented 2 years ago

a list of all: https://coinmarketcap.com/rankings/exchanges/dex/

i would start by implementing at least one for ethereum(uniswap) and one for bsc(pancakeswap) via the apis

https://bscscan.com/ https://etherscan.io/

I think if we implement it for one exchange per chain, we would have a pretty good starting point, also because this could be a larger project I would split it up into multiple issues

provinzio commented 2 years ago

is ccxt capable of querying prices for these exchanges?