Bitmex CSV: All transactions import with 0 amounts
planned
Jack
When I import my transaction history CSV from BitMEX to Koinly, all my transactions import with zero amounts
Workaround
I need to modify the file before importing it to Koinly
- Rename column amounttoamount_old
- Add new column amount
- Calculate this column for all rows as amount_old * 100000000(oramount_old * POWER(10,8))
This post was marked as
planned