API C2C endpoints

Methods

c2cTradeHistory(tradeType, optionsopt)

Get C2C Trade History (USER_DATA)

GET /sapi/v1/c2c/orderMatch/listUserOrderHistory

https://binance-docs.github.io/apidocs/spot/en/#get-c2c-trade-history-user_data

Parameters:
NameTypeAttributesDescription
tradeTypestring

BUY, SELL

optionsobject<optional>
Properties
NameTypeAttributesDescription
startTimestampnumber<optional>

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

endTimestampnumber<optional>
pagenumber<optional>

default 1

rowsnumber<optional>

default 100, max 100

recvWindownumber<optional>