DeltaBalances / DeltaBalances.github.io

The Ethereum decentralized exchange assistant. Check token balances, transaction details & trade history.
https://deltabalances.github.io/
GNU General Public License v3.0
169 stars 67 forks source link

Export CSV for Trades #1

Closed nichtdu closed 6 years ago

nichtdu commented 7 years ago

Hey,

do you plan to add an trade export as well in csv format? I saw you added balance csv lately

DeltaBalances commented 7 years ago

I do plan to add that, but I might first have to look into importing all trades. Otherwise you just export an incomplete history. Right now its limited to taker orders as those are way easier to retrieve. Maker orders don't show up in you transactions and you have to scan all trades on the contract :(

DeltaBalances commented 6 years ago

I just added https://deltabalances.github.io/history.html I'm still testing it, so it isn't linked anywhere yet, but I'd love some feedback.