| 9 | import io.github.ccxt.exchanges.BinanceCore; |
| 10 | |
| 11 | public 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…