diff --git a/src/dali/plugin/input/rest/coinbase.py b/src/dali/plugin/input/rest/coinbase.py index acaa4861..5132a784 100644 --- a/src/dali/plugin/input/rest/coinbase.py +++ b/src/dali/plugin/input/rest/coinbase.py @@ -574,7 +574,8 @@ def _process_transfer( asset=currency, exchange=self.__COINBASE, holder=self.account_holder, - transaction_type="Gift", + # could be a gift, payment to a 3rd party, etc but rp2 expects a type so we have to guess + transaction_type=Keyword.SELL.value, spot_price=str(native_amount / amount), crypto_out_no_fee=str(-amount), crypto_fee="0",