public class Futures extends Object
Constructor and Description |
---|
Futures(String baseUrl,
String apiKey,
com.binance.connector.client.utils.signaturegenerator.SignatureGenerator signatureGenerator,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Futures(String baseUrl,
String apiKey,
String secretKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
futuresOrderBookHistory(Map<String,Object> parameters)
GET /sapi/v1/futures/histDataLink
- The span between startTime and endTime can't be more than 7 days
- The downloand link will be valid for 1 day
- Only VIP user can query this endpoint
|
String |
futuresTransfer(Map<String,Object> parameters)
Execute transfer between spot account and futures account.
|
String |
futuresTransferHistory(Map<String,Object> parameters)
GET /sapi/v1/futures/transfer
|
public Futures(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage, com.binance.connector.client.utils.ProxyAuth proxy)
public String futuresTransfer(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 futuresTransferHistory(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 futuresOrderBookHistory(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.