java.lang.Object
com.binance.connector.client.impl.spot.C2C

public class C2C extends Object

C2C Endpoints

All endpoints under the C2C Endpoint section of the API documentation will be implemented in this class.
Response will be returned in String format.
  • Constructor Details

    • C2C

      public C2C(String baseUrl, String apiKey, String secretKey, boolean showLimitUsage)
  • Method Details

    • listUserOrderHistory

      public String listUserOrderHistory(LinkedHashMap<String,​Object> parameters)
      GET /sapi/v1/c2c/orderMatch/listUserOrderHistory
      Parameters:
      parameters - LinkedHashedMap of String,Object pair where String is the name of the parameter and Object is the value of the parameter

      tradeType -- mandatory/string -- BUY, SELL
      startTimestamp -- optional/long
      endTimestamp -- optional/long
      page -- optional/int -- default 1
      rows -- optional/int -- default 100, max 500
      recvWindow -- optional/long
      Returns:
      String
      See Also:
      https://binance-docs.github.io/apidocs/spot/en/#get-c2c-trade-history-user_data