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

Method parse_markets

python/ccxt/async_support/xt.py:1132–1136  ·  view source on GitHub ↗
(self, markets)

Source from the content-addressed store, hash-verified

1130 return self.parse_markets(swapAndFutureMarkets)
1131
1132 def parse_markets(self, markets):
1133 result = []
1134 for i in range(0, len(markets)):
1135 result.append(self.parse_market(markets[i]))
1136 return result
1137
1138 def parse_market(self, market: dict) -> Market:
1139 #

Callers 15

fetch_spot_marketsMethod · 0.95
fetch_hip3_marketsMethod · 0.45
fetch_swap_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45
fetch_marketsMethod · 0.45

Calls 3

parse_marketMethod · 0.95
rangeFunction · 0.50
appendMethod · 0.45

Tested by

no test coverage detected