diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 7f53c39ef..e7c1fbbbb 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -39,7 +39,6 @@ BAD_EXCHANGES = { "bitmex": "Various reasons", "probit": "Requires additional, regular calls to `signIn()`", "poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders", - "krakenfutures": "Unsupported futures exchange", "kucoinfutures": "Unsupported futures exchange", "poloniexfutures": "Unsupported futures exchange", "binancecoinm": "Unsupported futures exchange", @@ -63,6 +62,7 @@ SUPPORTED_EXCHANGES = [ "htx", "hyperliquid", "kraken", + "krakenfutures", "okx", "myokx", ]