feat(exchange): enable krakenfutures in supported list

This commit is contained in:
matstedt
2026-01-11 12:58:59 +01:00
committed by Matthias
parent 1922f15735
commit 72995835ea
+1 -1
View File
@@ -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",
]