Class Convert
java.lang.Object
com.binance.connector.client.impl.spot.Convert
Convert Endpoints
All endpoints under the Convert Endpoint section of the API documentation will be implemented in this class.Response will be returned in String format.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontradeFlow(LinkedHashMap<String,Object> parameters)
GET /sapi/v1/convert/tradeFlow
-
Constructor Details
-
Convert
-
-
Method Details
-
tradeFlow
GET /sapi/v1/convert/tradeFlow- Parameters:
parameters
- LinkedHashedMap of String,Object pair where String is the name of the parameter and Object is the value of the parameter
startTime -- mandatory/long
endTime -- mandatory/long
limit -- optional/int -- Default 100, Max 1000
recvWindow -- optional/long- Returns:
- String
- See Also:
- https://binance-docs.github.io/apidocs/spot/en/#get-convert-trade-history-user_data
-