okex.load_leverage_tiers

This commit is contained in:
Sam Germain 2022-02-07 04:18:02 -06:00
parent 68a778a983
commit 0b717fbace
1 changed files with 3 additions and 0 deletions

View File

@ -67,3 +67,6 @@ class Okx(Exchange):
pair_tiers = self._leverage_tiers[pair]
return pair_tiers[-1]['max'] / leverage
def load_leverage_tiers(self) -> Dict[str, List[Dict]]:
return {}