When importing by TradeHistory file, I get an error:
Unknown file
Unable to import this file automatically. Proceed to the file mapping page to continue the import process.
And no data imports
Workaround
I need to modify the file to a Koinly-readable format
  • Rename column
    Transaction Time(UTC+8)
    to
    Koinly Date
  • Rename column
    Trading Fee Rate
    to
    Fee Amount
  • Add column
    Amount
    . Calculate it as
    P/L - Fee Amount
    (P/L includes the fee so we need to take it out)
  • Add column
    Currency
    and fill it with
    USDT
    (all rows)
  • Add column
    Tag
    and fill it with
    realized gain
    (all rows)
  • Rest of the columns can be left the way they are or deleted
Note: This file contains only trades. I still need to add my deposits and withdrawals.