MCPcopy Create free account
hub / github.com/ccxt/ccxt / BinanceusApi

Class BinanceusApi

java/lib/src/main/java/io/github/ccxt/api/BinanceusApi.java:11–4242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import io.github.ccxt.exchanges.BinanceCore;
10
11public class BinanceusApi extends BinanceCore
12{
13
14 public BinanceusApi () {
15 super();
16 }
17
18 public BinanceusApi (Object options) {
19 super(options);
20 }
21
22 public java.util.concurrent.CompletableFuture<Object> sapiGetCopyTradingFuturesUserStatus (Object... optionalArgs)
23 {
24 return this.callAsync ("sapiGetCopyTradingFuturesUserStatus", optionalArgs);
25 }
26
27 public java.util.concurrent.CompletableFuture<Object> sapiGetCopyTradingFuturesLeadSymbol (Object... optionalArgs)
28 {
29 return this.callAsync ("sapiGetCopyTradingFuturesLeadSymbol", optionalArgs);
30 }
31
32 public java.util.concurrent.CompletableFuture<Object> sapiGetSystemStatus (Object... optionalArgs)
33 {
34 return this.callAsync ("sapiGetSystemStatus", optionalArgs);
35 }
36
37 public java.util.concurrent.CompletableFuture<Object> sapiGetAccountSnapshot (Object... optionalArgs)
38 {
39 return this.callAsync ("sapiGetAccountSnapshot", optionalArgs);
40 }
41
42 public java.util.concurrent.CompletableFuture<Object> sapiGetAccountInfo (Object... optionalArgs)
43 {
44 return this.callAsync ("sapiGetAccountInfo", optionalArgs);
45 }
46
47 public java.util.concurrent.CompletableFuture<Object> sapiGetMarginAsset (Object... optionalArgs)
48 {
49 return this.callAsync ("sapiGetMarginAsset", optionalArgs);
50 }
51
52 public java.util.concurrent.CompletableFuture<Object> sapiGetMarginPair (Object... optionalArgs)
53 {
54 return this.callAsync ("sapiGetMarginPair", optionalArgs);
55 }
56
57 public java.util.concurrent.CompletableFuture<Object> sapiGetMarginAllAssets (Object... optionalArgs)
58 {
59 return this.callAsync ("sapiGetMarginAllAssets", optionalArgs);
60 }
61
62 public java.util.concurrent.CompletableFuture<Object> sapiGetMarginAllPairs (Object... optionalArgs)
63 {
64 return this.callAsync ("sapiGetMarginAllPairs", optionalArgs);
65 }
66
67 public java.util.concurrent.CompletableFuture<Object> sapiGetMarginPriceIndex (Object... optionalArgs)
68 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…