public class Mining extends Object
Constructor and Description |
---|
Mining(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Mining(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
accountEarning(Map<String,Object> parameters)
GET /sapi/v1/mining/payment/uid
|
String |
accountList(Map<String,Object> parameters)
GET /sapi/v1/mining/statistics/user/list
|
String |
algorithm(Map<String,Object> parameters)
GET /sapi/v1/mining/pub/algoList
|
String |
bonusList(Map<String,Object> parameters)
GET /sapi/v1/mining/payment/other
|
String |
cancelHashrateResaleConfig(Map<String,Object> parameters)
GET /sapi/v1/mining/hash-transfer/config/cancel
|
String |
coinName(Map<String,Object> parameters)
GET /sapi/v1/mining/pub/coinList
|
String |
detailMinerList(Map<String,Object> parameters)
GET /sapi/v1/mining/worker/detail
|
String |
earningList(Map<String,Object> parameters)
GET /sapi/v1/mining/payment/list
|
String |
hashrateResaleDetail(Map<String,Object> parameters)
GET /sapi/v1/mining/hash-transfer/profit/details
|
String |
hashrateResaleList(Map<String,Object> parameters)
GET /sapi/v1/mining/hash-transfer/config/details/list
|
String |
hashrateResaleRequest(Map<String,Object> parameters)
GET /sapi/v1/mining/hash-transfer/config
|
String |
minerList(Map<String,Object> parameters)
GET /sapi/v1/mining/worker/list
|
String |
statsticsList(Map<String,Object> parameters)
GET /sapi/v1/mining/statistics/user/status
|
public Mining(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String algorithm(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 coinName(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 detailMinerList(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 minerList(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 earningList(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 bonusList(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 hashrateResaleList(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 hashrateResaleDetail(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 hashrateResaleRequest(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 cancelHashrateResaleConfig(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 statsticsList(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 accountList(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 accountEarning(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.