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

Method fetchFundingRates

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

Source from the content-addressed store, hash-verified

5291 }
5292
5293 public java.util.concurrent.CompletableFuture<Object> fetchFundingRates(Object... optionalArgs)
5294 {
5295
5296 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
5297
5298 Object symbols = Helpers.getArg(optionalArgs, 0, null);
5299 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
5300 throw new NotSupported((String)Helpers.add(this.id, " fetchFundingRates() is not supported yet")) ;
5301 });
5302
5303 }
5304
5305 public java.util.concurrent.CompletableFuture<Object> fetchFundingIntervals(Object... optionalArgs)
5306 {

Callers 1

fetchFundingRateMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected