public class UMAccount extends Account
| Constructor and Description |
|---|
UMAccount(String productUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
accountInformation(LinkedHashMap<String,Object> parameters)
Get current account information.
|
String |
accountTradeList(LinkedHashMap<String,Object> parameters)
Get trades for a specific account and symbol.
|
String |
allOrders(LinkedHashMap<String,Object> parameters)
Get all open orders on a symbol.
|
String |
changeMultiAssetsMode(LinkedHashMap<String,Object> parameters)
Change user's Multi-Assets mode (Multi-Assets Mode or Single-Asset Mode) on Every symbol
POST /v1/multiAssetsMargin |
String |
currentAllOpenOrders(LinkedHashMap<String,Object> parameters)
Get all open orders on a symbol.
|
String |
futuresAccountBalance(LinkedHashMap<String,Object> parameters)
Get Futures Account Balance
GET /v2/balance |
String |
futuresDownloadId(LinkedHashMap<String,Object> parameters)
Get Download Id For Futures Transaction History
GET /v1/income/asyn |
String |
futuresDownloadLink(LinkedHashMap<String,Object> parameters)
Get Futures Transaction History Download Link by Id
GET /v1/income/asyn/id |
String |
getCurrentMultiAssetMode(LinkedHashMap<String,Object> parameters)
Get user's Multi-Assets mode (Multi-Assets Mode or Single-Asset Mode) on Every symbol
GET /v1/multiAssetsMargin |
String |
getLeverageBracket(LinkedHashMap<String,Object> parameters)
Notional and Leverage Brackets
GET /v1/leverageBracket |
String |
getTradingRulesIndicators(LinkedHashMap<String,Object> parameters)
Futures Trading Quantitative Rules Indicators
For more information on this, please refer to the Futures Trading Quantitative Rules
GET /v1/apiTradingStatus |
String |
positionInformation(LinkedHashMap<String,Object> parameters)
Get current position information.
|
autoCancelOpen, cancelAllOpenOrders, cancelMultipleOrders, cancelOrder, changeInitialLeverage, changeMarginType, changePositionModeTrade, getAdlQuantile, getCommissionRate, getCurrentPositionMode, getForceOrders, getIncomeHistory, getPositionMarginChangeHistory, getProductUrl, getRequestHandler, getShowLimitUsage, modifyIsolatedPositionMargin, newOrder, placeMultipleOrders, queryCurrentOpenOrder, queryOrder, setProductUrl, setRequestHandler, setShowLimitUsagepublic String changeMultiAssetsMode(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String getCurrentMultiAssetMode(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String currentAllOpenOrders(LinkedHashMap<String,Object> parameters)
currentAllOpenOrders in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String allOrders(LinkedHashMap<String,Object> parameters)
allOrders in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String futuresAccountBalance(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String accountInformation(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String positionInformation(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String accountTradeList(LinkedHashMap<String,Object> parameters)
accountTradeList in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String getLeverageBracket(LinkedHashMap<String,Object> parameters)
getLeverageBracket in class Accountparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String getTradingRulesIndicators(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String futuresDownloadId(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String futuresDownloadLink(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
Copyright © 2024. All rights reserved.