krakenfutures: restore get_ft_has so exchange validation sees fetchOrder/createMarketOrder overrides until CCXT is updated
This commit is contained in:
@@ -58,6 +58,10 @@ class Krakenfutures(Exchange):
|
||||
},
|
||||
}
|
||||
|
||||
@classmethod
|
||||
def get_ft_has(cls) -> dict[str, Any]:
|
||||
return cls._ft_has.get("exchange_has_overrides", {})
|
||||
|
||||
def get_balances(self, params: dict | None = None) -> dict[str, Any]:
|
||||
"""
|
||||
Fetch account balances with special handling for Kraken Futures flex accounts.
|
||||
|
||||
Reference in New Issue
Block a user