public class CryptoLoans extends Object
Constructor and Description |
---|
CryptoLoans(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
CryptoLoans(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
collateralAssetsData(Map<String,Object> parameters)
GET /sapi/v1/loan/collateral/data
|
String |
collateralRepayRate(Map<String,Object> parameters)
GET /sapi/v1/loan/repay/collateral/rate
|
String |
customizeMarginCall(Map<String,Object> parameters)
GET /sapi/v1/loan/customize/margin_call
|
String |
flexibleLoanAdjustLtv(Map<String,Object> parameters)
POST /sapi/v1/loan/flexible/adjust/ltv
|
String |
flexibleLoanAssets(Map<String,Object> parameters)
Get interest rate and borrow limit of flexible loanable assets.
|
String |
flexibleLoanBorrow(Map<String,Object> parameters)
POST /sapi/v1/loan/flexible/borrow
|
String |
flexibleLoanBorrowHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/flexible/borrow/history
|
String |
flexibleLoanCollateralAssets(Map<String,Object> parameters)
Get LTV information and collateral limit of flexible loan's collateral assets.
|
String |
flexibleLoanLtvAdjustHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/flexible/ltv/adjustment/history
|
String |
flexibleLoanOngoingOrders(Map<String,Object> parameters)
GET /sapi/v1/loan/flexible/ongoing/orders
|
String |
flexibleLoanRepay(Map<String,Object> parameters)
POST /sapi/v1/loan/flexible/repay
|
String |
flexibleLoanRepayHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/flexible/repay/history
|
String |
loanAdjustLTV(Map<String,Object> parameters)
POST /sapi/v1/loan/adjust/ltv
|
String |
loanAdjustLTVHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/ltv/adjustment/history
|
String |
loanAssetsData(Map<String,Object> parameters)
GET /sapi/v1/loan/loanable/data
|
String |
loanBorrow(Map<String,Object> parameters)
POST /sapi/v1/loan/borrow
|
String |
loanBorrowHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/borrow/history
|
String |
loanIncome(Map<String,Object> parameters)
GET /sapi/v1/loan/income
|
String |
loanOngoingOrders(Map<String,Object> parameters)
GET /sapi/v1/loan/ongoing/orders
|
String |
loanRepay(Map<String,Object> parameters)
POST /sapi/v1/loan/repay
|
String |
loanRepayHistory(Map<String,Object> parameters)
GET /sapi/v1/loan/repay/history
|
public CryptoLoans(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String loanIncome(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 loanBorrow(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 loanBorrowHistory(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 loanOngoingOrders(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 loanRepay(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 loanRepayHistory(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 loanAdjustLTV(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 loanAdjustLTVHistory(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 loanAssetsData(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 collateralAssetsData(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 collateralRepayRate(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 customizeMarginCall(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 flexibleLoanBorrow(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 flexibleLoanOngoingOrders(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 flexibleLoanBorrowHistory(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 flexibleLoanRepay(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 flexibleLoanRepayHistory(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 flexibleLoanAdjustLtv(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 flexibleLoanLtvAdjustHistory(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 flexibleLoanAssets(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 flexibleLoanCollateralAssets(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.