public class VIPLoans extends Object
Constructor and Description |
---|
VIPLoans(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
VIPLoans(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
borrow(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
String |
borrowInterestRate(Map<String,Object> parameters)
Get Borrow Interest Rate
GET /sapi/v1/loan/vip/request/interestRate |
String |
collateralAccount(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
String |
collateralAsset(Map<String,Object> parameters)
Get Collateral Asset Data
GET /sapi/v1/loan/vip/collateral/data |
String |
loanableAssets(Map<String,Object> parameters)
Get interest rate and borrow limit of loanable assets.
|
String |
ongoingOrders(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
String |
orderStatus(Map<String,Object> parameters)
Get order status
GET /sapi/v1/loan/vip/request/data |
String |
renew(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
String |
repay(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
String |
repaymentHistory(Map<String,Object> parameters)
VIP loan is available for VIP users only.
|
public VIPLoans(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String ongoingOrders(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 repay(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 repaymentHistory(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 renew(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 collateralAccount(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 borrow(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 loanableAssets(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 collateralAsset(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 orderStatus(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 borrowInterestRate(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.