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

Method implodeHostname

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

Source from the content-addressed store, hash-verified

11874 }
11875
11876 public Object implodeHostname(Object url)
11877 {
11878 return this.implodeParams(url, new java.util.HashMap<String, Object>() {{
11879 put( "hostname", Exchange.this.hostname );
11880 }});
11881 }
11882
11883 public java.util.concurrent.CompletableFuture<Object> fetchMarketLeverageTiers(Object symbol, Object... optionalArgs)
11884 {

Callers 15

signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 1

implodeParamsMethod · 0.95

Tested by

no test coverage detected