MCPcopy Create free account
hub / github.com/ccxt/ccxt / fetch_markets

Method fetch_markets

python/ccxt/async_support/base/exchange.py:383–388  ·  view source on GitHub ↗
(self, params={})

Source from the content-addressed store, hash-verified

381 return self.loaded_fees
382
383 async def fetch_markets(self, params={}):
384 # markets are returned as a list
385 # currencies are returned as a dict
386 # this is for historical reasons
387 # and may be changed for consistency later
388 return self.to_array(self.markets)
389
390 async def fetch_currencies(self, params={}):
391 # markets are returned as a list

Callers 1

load_markets_helperMethod · 0.95

Calls 1

to_arrayMethod · 0.95

Tested by

no test coverage detected