public class NFT extends Object
Constructor and Description |
---|
NFT(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
NFT(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
depositHistory(Map<String,Object> parameters)
GET /sapi/v1/nft/history/deposit
|
String |
getAsset(Map<String,Object> parameters)
GET /sapi/v1/nft/user/getAsset
|
String |
transactionsHistory(Map<String,Object> parameters)
GET /sapi/v1/pay/transactions
|
String |
withdrawHistory(Map<String,Object> parameters)
GET /sapi/v1/nft/history/withdraw
|
public NFT(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String transactionsHistory(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 depositHistory(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 withdrawHistory(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 getAsset(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.