public class Wallet extends Object
Constructor and Description |
---|
Wallet(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Wallet(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
accountSnapshot(Map<String,Object> parameters)
- The query time period must be less than 30 days
- Support query within the last one month only
- If startTime and endTime are both not sent, records from the last 7 days are returned by default
GET /sapi/v1/accountSnapshot |
String |
accountStatus(Map<String,Object> parameters)
Fetch account status detail.
|
String |
apiPermission(Map<String,Object> parameters)
GET /sapi/v1/account/apiRestrictions
|
String |
apiTradingStatus(Map<String,Object> parameters)
Fetch account API trading status with details.
|
String |
applyOneClickArrivalDeposit(Map<String,Object> parameters)
Apply deposit credit for expired address (One click arrival)
POST /sapi/v1/capital/deposit/credit-apply |
String |
assetDetail(Map<String,Object> parameters)
Fetch details of assets supported on Binance.
|
String |
assetDividend(Map<String,Object> parameters)
Query asset dividend record.
|
String |
bnbConvertableAssets(Map<String,Object> parameters)
POST /sapi/v1/asset/dust-btc
|
String |
busdConvert(Map<String,Object> parameters)
Convert transfer, convert between BUSD and stablecoins.
|
String |
busdConvertHistory(Map<String,Object> parameters)
GET /sapi/v1/asset/convert-transfer/queryByPage |
String |
cloudMiningHistory(Map<String,Object> parameters)
The query of Cloud-Mining payment and refund history
GET /sapi/v1/asset/ledger-transfer/cloud-mining/queryByPage |
String |
coinInfo(Map<String,Object> parameters)
Get information of coins (available for deposit and withdraw) for user.
|
String |
delegationHistory(Map<String,Object> parameters)
Query User Delegation History
You need to open Enable Spot and Margin Trading permission for the API Key which requests this endpoint
GET /sapi/v1/asset/custody/transfer-history |
String |
depositAddress(Map<String,Object> parameters)
Fetch deposit address with network.
|
String |
depositAddresses(Map<String,Object> parameters)
Fetch deposit address list with network.
|
String |
depositHistory(Map<String,Object> parameters)
Fetch deposit history.
|
String |
disableFastWithdraw(Map<String,Object> parameters)
- This request will disable fastwithdraw switch under your account.
|
String |
dustLog(Map<String,Object> parameters)
GET /sapi/v1/asset/dribblet
|
String |
dustTransfer(Map<String,Object> parameters)
Convert dust assets to BNB.
|
String |
enableFastWithdraw(Map<String,Object> parameters)
- This request will enable fastwithdraw switch under your account.
|
String |
fundingWallet(Map<String,Object> parameters)
POST /sapi/v1/asset/get-funding-asset
|
String |
getBusdAutoConvertions()
Get the stable coins set for auto-conversion to BUSD at deposit/withdrawal moments.
|
String |
getUserAsset(Map<String,Object> parameters)
Get user assets, just for positive data.
|
String |
queryUniversalTransfer(Map<String,Object> parameters)
GET /sapi/v1/asset/transfer
|
String |
switchBusdAutoConversion(Map<String,Object> parameters)
Switch on/off the BUSD auto-conversion from/to a specific stable coin.
|
String |
systemStatus()
Fetch system status.
|
String |
tradeFee(Map<String,Object> parameters)
Fetch trade fee.
|
String |
universalTransfer(Map<String,Object> parameters)
You need to enable Permits Universal Transfer option for the api key which requests this endpoint.
|
String |
walletBalance(Map<String,Object> parameters)
Query User Wallet Balance
GET /sapi/v1/asset/wallet/balance |
String |
withdraw(Map<String,Object> parameters)
Submit a withdraw request.
|
String |
withdrawHistory(Map<String,Object> parameters)
Fetch withdraw history.
|
public Wallet(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String systemStatus()
public String coinInfo(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 accountSnapshot(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 disableFastWithdraw(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 enableFastWithdraw(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 withdraw(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 depositHistory(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 withdrawHistory(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 depositAddress(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 depositAddresses(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 accountStatus(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 apiTradingStatus(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 dustLog(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 bnbConvertableAssets(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 dustTransfer(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 assetDividend(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 assetDetail(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 tradeFee(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 universalTransfer(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 queryUniversalTransfer(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 fundingWallet(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 apiPermission(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 getUserAsset(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 busdConvert(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 busdConvertHistory(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 cloudMiningHistory(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 getBusdAutoConvertions()
public String switchBusdAutoConversion(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 applyOneClickArrivalDeposit(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 walletBalance(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 delegationHistory(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.