public class AutoInvest extends Object
Constructor and Description |
---|
AutoInvest(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
AutoInvest(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
allSourceAndTargetAssets(Map<String,Object> parameters)
Query all source assets and target assets
GET /sapi/v1/lending/auto-invest/all/asset |
String |
changePlanStatus(Map<String,Object> parameters)
Change Plan Status
POST /sapi/v1/lending/auto-invest/plan/edit-status |
String |
holdingPlan(Map<String,Object> parameters)
Query holding details of the plan
GET /sapi/v1/lending/auto-invest/plan/id |
String |
indexInfo(Map<String,Object> parameters)
Query index details
GET /sapi/v1/lending/auto-invest/index/info |
String |
indexPlanRebalanceInfo(Map<String,Object> parameters)
GET /sapi/v1/lending/auto-invest/rebalance/history
|
String |
indexPlanRedeemHistory(Map<String,Object> parameters)
Get the history of Index Linked Plan Redemption transactions
Max 30 day difference between startTime and endTime
If no startTime and endTime, default to show past 30 day records
GET /sapi/v1/lending/auto-invest/redeem/history |
String |
oneTimeTransactionStatus(Map<String,Object> parameters)
Transaction status for one-time transaction
GET /sapi/v1/lending/auto-invest/one-off/status |
String |
plansList(Map<String,Object> parameters)
Query plan lists
GET /sapi/v1/lending/auto-invest/plan/list |
String |
planSubsHistory(Map<String,Object> parameters)
Query the transaction history of plan subscriptions
GET /sapi/v1/lending/auto-invest/history/list |
String |
redeemIndexPlan(Map<String,Object> parameters)
To redeem index-Linked plan holdings
POST /sapi/v1/lending/auto-invest/redeem |
String |
sourceAssetList(Map<String,Object> parameters)
Query Source Asset to be used for investment
GET /sapi/v1/lending/auto-invest/source-asset/list |
String |
submitOneTimeTransaction(Map<String,Object> parameters)
One time transaction
POST /sapi/v1/lending/auto-invest/one-off |
String |
targetAssetList(Map<String,Object> parameters)
GET /sapi/v1/lending/auto-invest/target-asset/list
|
String |
targetAssetRoiList(Map<String,Object> parameters)
ROI return list for target asset
GET /sapi/v1/lending/auto-invest/target-asset/roi/list |
String |
userIndexPlans(Map<String,Object> parameters)
Details on users Index-Linked plan position details
GET /sapi/v1/lending/auto-invest/index/user-summary |
public AutoInvest(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String targetAssetList(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String targetAssetRoiList(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String allSourceAndTargetAssets(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String sourceAssetList(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String changePlanStatus(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String plansList(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String holdingPlan(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String planSubsHistory(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String indexInfo(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String userIndexPlans(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String submitOneTimeTransaction(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String oneTimeTransactionStatus(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String redeemIndexPlan(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String indexPlanRedeemHistory(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String indexPlanRebalanceInfo(Map<String,Object> parameters)
parameters
- Map of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
Copyright © 2023. All rights reserved.