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

Method fetchAccountsAsync

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

Source from the content-addressed store, hash-verified

3653 public java.util.concurrent.CompletableFuture<Object> fetchTickersAsync(Object... args) { return fetchTickers(args); }
3654 public java.util.concurrent.CompletableFuture<Object> fetchPositionsAsync(Object... args) { return fetchPositions(args); }
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); }

Callers

nothing calls this directly

Calls 1

fetchAccountsMethod · 0.95

Tested by

no test coverage detected