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

Method fetchMarkPrices

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

Source from the content-addressed store, hash-verified

9776 }
9777
9778 public java.util.concurrent.CompletableFuture<Object> fetchMarkPrices(Object... optionalArgs)
9779 {
9780
9781 return java.util.concurrent.CompletableFuture.supplyAsync(() -> {
9782
9783 Object symbols = Helpers.getArg(optionalArgs, 0, null);
9784 Object parameters = Helpers.getArg(optionalArgs, 1, new java.util.HashMap<String, Object>() {{}});
9785 throw new NotSupported((String)Helpers.add(this.id, " fetchMarkPrices() is not supported yet")) ;
9786 });
9787
9788 }
9789
9790 public java.util.concurrent.CompletableFuture<Object> fetchTickersWs(Object... optionalArgs)
9791 {

Callers 1

fetchMarkPriceMethod · 0.95

Calls 2

getArgMethod · 0.95
addMethod · 0.95

Tested by

no test coverage detected