Add expand_pairlist method

This commit is contained in:
Matthias
2020-12-30 09:55:44 +01:00
parent 2fdda8e448
commit 704cf14383
4 changed files with 60 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ class Exchange:
return self._api.precisionMode
def get_markets(self, base_currencies: List[str] = None, quote_currencies: List[str] = None,
pairs_only: bool = False, active_only: bool = False) -> Dict:
pairs_only: bool = False, active_only: bool = False) -> Dict[str, Any]:
"""
Return exchange ccxt markets, filtered out by base currency and quote currency
if this was requested in parameters.