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

Method fetchCurrencies

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

Source from the content-addressed store, hash-verified

1578 }
1579
1580 public CompletableFuture<Object> fetchCurrencies(Object... params) {
1581 return CompletableFuture.completedFuture(this.currencies);
1582 }
1583
1584 public CompletableFuture<Object> fetchMarkets(Object... params) {
1585 return CompletableFuture.completedFuture(new ArrayList<>(((Map<String, Object>)this.markets).values()));

Callers 2

loadMarketsHelperMethod · 0.95
fetchCurrenciesAsyncMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected