feat(exchange): enable krakenfutures in supported list
This commit is contained in:
@@ -39,7 +39,6 @@ BAD_EXCHANGES = {
|
|||||||
"bitmex": "Various reasons",
|
"bitmex": "Various reasons",
|
||||||
"probit": "Requires additional, regular calls to `signIn()`",
|
"probit": "Requires additional, regular calls to `signIn()`",
|
||||||
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders",
|
"poloniex": "Does not provide fetch_order endpoint to fetch both open and closed orders",
|
||||||
"krakenfutures": "Unsupported futures exchange",
|
|
||||||
"kucoinfutures": "Unsupported futures exchange",
|
"kucoinfutures": "Unsupported futures exchange",
|
||||||
"poloniexfutures": "Unsupported futures exchange",
|
"poloniexfutures": "Unsupported futures exchange",
|
||||||
"binancecoinm": "Unsupported futures exchange",
|
"binancecoinm": "Unsupported futures exchange",
|
||||||
@@ -63,6 +62,7 @@ SUPPORTED_EXCHANGES = [
|
|||||||
"htx",
|
"htx",
|
||||||
"hyperliquid",
|
"hyperliquid",
|
||||||
"kraken",
|
"kraken",
|
||||||
|
"krakenfutures",
|
||||||
"okx",
|
"okx",
|
||||||
"myokx",
|
"myokx",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user