public class UserData extends Object
Constructor and Description |
---|
UserData(String baseUrl,
String apiKey,
boolean showLimitUsage,
com.binance.connector.client.utils.ProxyAuth proxy) |
Modifier and Type | Method and Description |
---|---|
String |
closeIsolatedMarginListenKey(Map<String,Object> parameters)
DELETE /sapi/v1/userDataStream/isolated
|
String |
closeListenKey(Map<String,Object> parameters)
Close out a user data stream.
|
String |
closeMarginListenKey(Map<String,Object> parameters)
DELETE /sapi/v1/userDataStream
|
String |
createIsolatedMarginListenKey(Map<String,Object> parameters)
POST /sapi/v1/userDataStream/isolated
|
String |
createListenKey()
Start a new user data stream.
|
String |
createMarginListenKey()
POST /sapi/v1/userDataStream
|
String |
extendIsolatedMarginListenKey(Map<String,Object> parameters)
PUT /sapi/v1/userDataStream/isolated
|
String |
extendListenKey(Map<String,Object> parameters)
Keepalive a user data stream to prevent a time out.
|
String |
extendMarginListenKey(Map<String,Object> parameters)
PUT /sapi/v1/userDataStream
|
public String createListenKey()
public String extendListenKey(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 closeListenKey(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 createMarginListenKey()
public String extendMarginListenKey(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 closeMarginListenKey(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 createIsolatedMarginListenKey(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 extendIsolatedMarginListenKey(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 closeIsolatedMarginListenKey(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.