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

Method signIn

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

Source from the content-addressed store, hash-verified

5591 }
5592
5593 public java.util.concurrent.CompletableFuture<Object> signIn(Object... optionalArgs)
5594 {
5595
5596 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5597
5598 Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}});
5599 throw new NotSupported((String)Helpers.add(this.id, " signIn() is not supported yet")) ;
5600 });
5601
5602 }
5603
5604 public java.util.concurrent.CompletableFuture<Object> fetchPaymentMethods(Object... optionalArgs)
5605 {

Callers 2

loadMarketsAndSignInMethod · 0.95
testSignInMethod · 0.45

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by 1

testSignInMethod · 0.36