-
Notifications
You must be signed in to change notification settings - Fork 88
Console Command Request: CSV Wallet Transactions Export #518
Description
This function would output a csv file in a separate directory in the wallet much like the backups have their own folder.
exporttransactions [type] range
Where type is a json array that can be used to specify which transaction types to export (as defined in the wallet).
Where range would be a date range OR the most recent X transactions. TBD.
The default would be all transaction types and all range.
Users want to see their data and use their data to analyze what is going on in their own wallets. Additionally, this can help people track their Veil much more closely (without giving up privacy).
This command could also be useful if a user chooses to use a third party application that helps them keep track of their portfolio, their own transaction history, or other creative use of this data for their own benefit.