kryptovero / kryptovero.github.io

MIT License
15 stars 8 forks source link

Support non-pro coinbase.com report #5

Open jehna opened 3 years ago

jehna commented 3 years ago

It seems that Coinbase Pro and Coinbase have different kind of reports. Now kryptovero.fi supports importing only Coinbase Pro reports. Implementing an importer for normal Coinbase should be straightforward.

tatupesonen commented 3 years ago

Here's an example of Kraken Exchange's export format:

"txid","ordertxid","pair","time","type","ordertype","price","cost","fee","vol","margin","misc","ledgers"
"ANONYMIZED","ANONYMIZED","XETHZEUR","2021-07-23 11:22:54.9881","buy","limit",1648.83000,1648.83000,4.28696,1.00000000,0.00000,"","ANONYMIZED, ANONYMIZED"

Ledgers field can safely be ignored in this case.

How to interpret the asset codes: https://support.kraken.com/hc/en-us/articles/360001185506-How-to-interpret-asset-codes

8

alehuo commented 2 years ago

Work in progress: https://github.com/alehuo/kryptovero.fi/tree/feature/coinbase-csv-export

Still need to think how we show this in the UI.

Notes: