public class Staking extends Object
Constructor and Description |
---|
Staking(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Staking(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
ethStakingAccount(Map<String,Object> parameters)
GET /sapi/v2/eth-staking/account
|
String |
ethStakingQuota(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/quota
|
String |
ethStakingRateHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/history/rateHistory
|
String |
ethStakingRedeemHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/history/redemptionHistory
|
String |
ethStakingRewardsHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/history/rewardsHistory
|
String |
ethStakingSubHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/history/stakingHistory
|
String |
ethStakingWbethRewardHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory
|
String |
ethStakingWbethUnwrapHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory
|
String |
ethStakingWbethWrapHistory(Map<String,Object> parameters)
GET /sapi/v1/eth-staking/wbeth/history/wrapHistory
|
String |
getPosition(Map<String,Object> parameters)
GET /sapi/v1/staking/position
|
String |
personalLeftQuota(Map<String,Object> parameters)
GET /sapi/v1/staking/personalLeftQuota
|
String |
productList(Map<String,Object> parameters)
Get available Staking product list
GET /sapi/v1/staking/productList |
String |
purchase(Map<String,Object> parameters)
POST /sapi/v1/staking/purchase
|
String |
redeem(Map<String,Object> parameters)
Redeem Staking product.
|
String |
redeemEthStaking(Map<String,Object> parameters)
Redeem WBETH or BETH and get ETH
POST /sapi/v1/eth-staking/eth/redeem |
String |
setAutoStaking(Map<String,Object> parameters)
Set auto staking on Locked Staking or Locked DeFi Staking
POST /sapi/v1/staking/setAutoStaking |
String |
stakingRecord(Map<String,Object> parameters)
GET /sapi/v1/staking/stakingRecord
|
String |
subEthStaking(Map<String,Object> parameters)
Stake ETH to get WBETH
POST /sapi/v2/eth-staking/eth/stake |
String |
wrapEthStakingWbeth(Map<String,Object> parameters)
POST /sapi/v1/eth-staking/wbeth/wrap
|
public Staking(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String productList(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 purchase(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 redeem(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 getPosition(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 stakingRecord(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 setAutoStaking(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 personalLeftQuota(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 subEthStaking(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 redeemEthStaking(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 ethStakingSubHistory(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 ethStakingRedeemHistory(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 ethStakingRewardsHistory(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 ethStakingQuota(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 ethStakingRateHistory(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 ethStakingAccount(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 wrapEthStakingWbeth(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 ethStakingWbethWrapHistory(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 ethStakingWbethUnwrapHistory(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 ethStakingWbethRewardHistory(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.