When importing my Futures CSV from Blofin, I get an error:
Internal error occured, code: dW5rbm93biBhdHRyaWJ1dGUgJ2Ftb3VudCcgZm9yIFR4bi4=
And no transactions import
Workaround
I need to modify the file to Koinly's simple CSV:
  • Rename
    Order Time
    to
    Koinly Date
  • Rename
    PNL
    to
    Amount
  • Rename
    Fee
    to
    Fee Amount
  • Add column
    Currency
    and fill it with
    USDT
  • Add column
    Tag
    and fill it with
    realized gain
  • Remove all instances of
    USDT
    from the
    Fee Amount
    column
·