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

Method fetchMarketsAsync

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

Source from the content-addressed store, hash-verified

3655 public java.util.concurrent.CompletableFuture<Object> fetchAccountsAsync(Object... args) { return fetchAccounts(args); }
3656 public java.util.concurrent.CompletableFuture<Object> fetchCurrenciesAsync(Object... args) { return fetchCurrencies(args); }
3657 public java.util.concurrent.CompletableFuture<Object> fetchMarketsAsync(Object... args) { return fetchMarkets(args); }
3658 public java.util.concurrent.CompletableFuture<Object> fetchBalanceWsAsync(Object... args) { return fetchBalanceWs(args); }
3659 public java.util.concurrent.CompletableFuture<Object> fetchOrdersWsAsync(Object... args) { return fetchOrdersWs(args); }
3660 public java.util.concurrent.CompletableFuture<Object> fetchMyTradesWsAsync(Object... args) { return fetchMyTradesWs(args); }

Callers

nothing calls this directly

Calls 1

fetchMarketsMethod · 0.95

Tested by

no test coverage detected