public class Blvt extends Object
Constructor and Description |
---|
Blvt(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Blvt(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
blvtInfo(Map<String,Object> parameters)
GET /sapi/v1/blvt/tokenInfo
|
String |
redeem(Map<String,Object> parameters)
POST /sapi/v1/blvt/redeem
|
String |
redeemRecord(Map<String,Object> parameters)
GET /sapi/v1/blvt/redeem/record
|
String |
subscribe(Map<String,Object> parameters)
POST /sapi/v1/blvt/subscribe
|
String |
subscriptionRecord(Map<String,Object> parameters)
GET /sapi/v1/blvt/subscribe/record
|
String |
userLimit(Map<String,Object> parameters)
GET /sapi/v1/blvt/userLimit
|
public Blvt(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String blvtInfo(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 subscribe(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 subscriptionRecord(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 redeem(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 redeemRecord(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 userLimit(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.