From 2ec2626277657ad545a8100f98b88dec427ba5e7 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Jan 2026 10:17:30 +0100 Subject: [PATCH] feat: blacklist kraken-futures - it's futures only we know it won't work at the moment, and current exclusion is accidental which could change with a ccxt update. --- freqtrade/exchange/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/exchange/common.py b/freqtrade/exchange/common.py index 36c1d8f97..6b60f8fed 100644 --- a/freqtrade/exchange/common.py +++ b/freqtrade/exchange/common.py @@ -39,6 +39,7 @@ 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",