feat(exchange): enable krakenfutures in supported list
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user