When importing a file from Deribit, I get multiple errors and transactions don't import:
Currency not found BTC_USDC
Currency not found ETH_USDC
unknown deribit type 'unlock_deposit_balance'
unknown deribit type 'lock_deposit_balance'
Workaround
  • Delete rows with lock/unlock deposit balance or leave this error like this (those rows don't need to be imported)
  • In the file, replace trading pair with the currency this file refers to (ie if it's a USDC file, replace
    BTC_USDC
    with
    USDC
    )