Binance.C2c (binance v2.0.1)

Consumer-To-Consumer Endpoints

Summary

Functions

Link to this function

get_c2c_order_match_list_user_order_history(tradeType, opts \\ [])

@spec get_c2c_order_match_list_user_order_history(any(),
  recvWindow: any(),
  rows: any(),
  page: any(),
  endTimestamp: any(),
  startTimestamp: any(),
  timestamp: any()
) :: {:ok, any()} | {:error, any()}

Get C2C Trade History (USER_DATA)

  • If startTimestamp and endTimestamp are not sent, the recent 30-day data will be returned.
  • The max interval between startTimestamp and endTimestamp is 30 days.

Weight(IP): 1

Details:

  • METHOD: get
  • URL: /sapi/v1/c2c/orderMatch/listUserOrderHistory

Mandatory params:

  • tradeType - BUY, SELL

Optional params:

  • timestamp - timestamp
  • startTimestamp - UTC timestamp in ms
  • endTimestamp - UTC timestamp in ms
  • page - Default 1
  • rows - default 100, max 100
  • recvWindow - The value cannot be greater than 60000