Fixes Koinly with FTX stable coin USD issue.
- Java 8 installed
- Go to https://ftx.com/wallet
- Click "Deposit"-tab.
- Click "Download CSV" button.
- Save the file "deposits.csv" to here (where this README.md-file is located).
- Click "Withdraw"-tab.
- Click "Download CSV" button.
- Save the file "withdrawals.csv" to here (where this README.md-file is located).
- Run following command in command line or terminal:
- (Windows) mvnw spring-boot:run
- (Linux) ./mvnw spring-boot:run
- Open web browser and go to your Koinly FTX wallet (https://app.koinly.io/p/wallets)
- Click "Import file" and then drag and drop "-output.csv"-ending file to it.
- Click "Import" button, and then you are done.