When I import my liquidity history CSV from Binance, I get errors:
Wrong amount value:
And some transactions are not imported
Workaround
I need to edit the file before importing
  • In the contents of the "Amount" column, add
    XYZ=0
    at the end, where
    XYZ
    is the other token from the pair
  • For example, if the Pair was
    BTC/BUSD
    and the "Amount" column says
    BTC=0.0001
    , change it to
    BTC=0.0001BUSD=0
    (no space between them)