airgap-it / tezblock

tezblock is a block explorer for Tezos.
https://tezblock.io
MIT License
29 stars 8 forks source link

Downloaded CSV data missing, suggestion #13

Open sry9681 opened 3 years ago

sry9681 commented 3 years ago

When looking at an address transaction history and the CSV download button is pushed, the resulting data has null values that can be quite important in terms of taxes, specifically the balance at the time of transaction. It may also be beneficial to include the price of Tezos at the time of that transaction along with separating out the 'amount' column into 'total_amount' and 'amount' such that 'total_amount' is the total balance of the account after that transaction and 'amount' is the change of total balance either sent or received during the transaction.