public class Convert extends Object
Constructor and Description |
---|
Convert(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Convert(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
acceptQuote(Map<String,Object> parameters)
POST /sapi/v1/convert/acceptQuote
|
String |
assetQuantityPrecision(Map<String,Object> parameters)
GET /sapi/v1/convert/assetInfo
|
String |
exchangeInfo(Map<String,Object> parameters)
GET /sapi/v1/convert/exchangeInfo
|
String |
orderStatus(Map<String,Object> parameters)
GET /sapi/v1/convert/orderStatus
|
String |
quoteInquiry(Map<String,Object> parameters)
POST /sapi/v1/convert/getQuote
|
String |
tradeFlow(Map<String,Object> parameters)
GET /sapi/v1/convert/tradeFlow
|
public Convert(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String tradeFlow(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 exchangeInfo(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 assetQuantityPrecision(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 quoteInquiry(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 acceptQuote(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
Copyright © 2023. All rights reserved.