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

Method fetchAccounts

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

Source from the content-addressed store, hash-verified

4704 }
4705
4706 public java.util.concurrent.CompletableFuture<Object> fetchAccounts(Object... optionalArgs)
4707 {
4708
4709 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
4710
4711 Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}});
4712 throw new NotSupported((String)Helpers.add(this.id, " fetchAccounts() is not supported yet")) ;
4713 });
4714
4715 }
4716
4717 public java.util.concurrent.CompletableFuture<Object> fetchTrades(Object symbol, Object... optionalArgs)
4718 {

Callers 2

fetchAccountsAsyncMethod · 0.95
loadAccountsMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected