When I import my KuCoin data to Koinly using CSVs, I have some small imbalances - I noticed that my dust conversions are not imported.
These transactions are available only in the "Account History trading" file, but this file is rejected by Koinly
Workaround
I need to modify the file before importing it:
  • Delete all rows that are unrelated to Dust (if "Type" doesn't mention dust)
  • Rename
    Time (UTC)
    to
    Koinly Date
  • Rename
    Side
    to
    Tag
  • Rename
    Type
    to
    Description
These dust conversions will import as deposits/withdrawals, so I have to merge them manually - How to merge/split transactions manually | Koinly Help Center