| Constructor and Description |
|---|
Account(String productUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
accountTradeList(LinkedHashMap<String,Object> parameters) |
String |
allOrders(LinkedHashMap<String,Object> parameters) |
String |
autoCancelOpen(LinkedHashMap<String,Object> parameters)
Cancel all open orders of the specified symbol at the end of the specified countdown.
|
String |
cancelAllOpenOrders(LinkedHashMap<String,Object> parameters)
Cancel all open orders.
|
String |
cancelMultipleOrders(LinkedHashMap<String,Object> parameters)
Cancel multiple orders.
|
String |
cancelOrder(LinkedHashMap<String,Object> parameters)
Cancel an active order.
|
String |
changeInitialLeverage(LinkedHashMap<String,Object> parameters)
Change user's initial leverage of specific symbol market.
|
String |
changeMarginType(LinkedHashMap<String,Object> parameters)
Change user's margin type
POST /v1/marginType |
String |
changePositionModeTrade(LinkedHashMap<String,Object> parameters)
Change user's position mode (Hedge Mode or One-way Mode ) on EVERY symbol
POST /v1/positionSide/dual |
String |
currentAllOpenOrders(LinkedHashMap<String,Object> parameters) |
String |
getAdlQuantile(LinkedHashMap<String,Object> parameters)
Position ADL Quantile Estimation
GET /v1/adlQuantile |
String |
getCommissionRate(LinkedHashMap<String,Object> parameters)
User's Commission Rate
GET /v1/commissionRate |
String |
getCurrentPositionMode(LinkedHashMap<String,Object> parameters)
Check an order's status.
|
String |
getForceOrders(LinkedHashMap<String,Object> parameters)
User's Force Orders
GET /v1/forceOrders |
String |
getIncomeHistory(LinkedHashMap<String,Object> parameters)
Get Income History
GET /v1/income |
String |
getLeverageBracket(LinkedHashMap<String,Object> parameters) |
String |
getPositionMarginChangeHistory(LinkedHashMap<String,Object> parameters)
Get position margin change history
GET /v1/positionMargin/history |
String |
getProductUrl() |
com.binance.connector.futures.client.utils.RequestHandler |
getRequestHandler() |
boolean |
getShowLimitUsage() |
String |
modifyIsolatedPositionMargin(LinkedHashMap<String,Object> parameters)
Modify Isolated Position Margin
POST /v1/positionMargin |
String |
newOrder(LinkedHashMap<String,Object> parameters)
Send in a new order.
|
String |
placeMultipleOrders(LinkedHashMap<String,Object> parameters)
Send in a new order.
|
String |
queryCurrentOpenOrder(LinkedHashMap<String,Object> parameters)
Query Current Open Order
GET /v1/openOrder |
String |
queryOrder(LinkedHashMap<String,Object> parameters)
Check an order's status.
|
void |
setProductUrl(String productUrl) |
void |
setRequestHandler(String apiKey,
String secretKey,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
void |
setShowLimitUsage(boolean showLimitUsage) |
public String getProductUrl()
public com.binance.connector.futures.client.utils.RequestHandler getRequestHandler()
public boolean getShowLimitUsage()
public void setProductUrl(String productUrl)
public void setRequestHandler(String apiKey, String secretKey, com.binance.connector.futures.client.utils.ProxyAuth proxy)
public void setShowLimitUsage(boolean showLimitUsage)
public String currentAllOpenOrders(LinkedHashMap<String,Object> parameters)
public String allOrders(LinkedHashMap<String,Object> parameters)
public String accountTradeList(LinkedHashMap<String,Object> parameters)
public String getLeverageBracket(LinkedHashMap<String,Object> parameters)
public String changePositionModeTrade(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 getCurrentPositionMode(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 newOrder(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 placeMultipleOrders(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 queryOrder(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 cancelOrder(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 cancelAllOpenOrders(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 cancelMultipleOrders(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 autoCancelOpen(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 queryCurrentOpenOrder(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 changeInitialLeverage(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 changeMarginType(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 modifyIsolatedPositionMargin(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 getPositionMarginChangeHistory(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 getIncomeHistory(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 getAdlQuantile(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 getForceOrders(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 getCommissionRate(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.