MCPcopy Index your code
hub / github.com/ccxt/ccxt / fetchMarkets

Method fetchMarkets

java/lib/src/main/java/io/github/ccxt/Exchange.java:1584–1586  ·  view source on GitHub ↗
(Object... params)

Source from the content-addressed store, hash-verified

1582 }
1583
1584 public CompletableFuture<Object> fetchMarkets(Object... params) {
1585 return CompletableFuture.completedFuture(new ArrayList<>(((Map<String, Object>)this.markets).values()));
1586 }
1587
1588 public Throttler throttler = null;
1589

Callers 2

loadMarketsHelperMethod · 0.95
fetchMarketsAsyncMethod · 0.95

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected