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

Method fetchTime

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

Source from the content-addressed store, hash-verified

5096 }
5097
5098 public java.util.concurrent.CompletableFuture<Object> fetchTime(Object... optionalArgs)
5099 {
5100
5101 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5102
5103 Object parameters = Helpers.getArg(optionalArgs, 0, new java.util.HashMap<String, Object>() {{}});
5104 throw new NotSupported((String)Helpers.add(this.id, " fetchTime() is not supported yet")) ;
5105 });
5106
5107 }
5108
5109 public java.util.concurrent.CompletableFuture<Object> fetchTradingLimits(Object... optionalArgs)
5110 {

Callers 2

fetchTimeAsyncMethod · 0.95
loadTimeDifferenceMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected