Skip to main content

Get Trader Detail (USER DATA)

HTTP Request

GET /fapi/v1/apiReferral/traderSummary

Weight

100

Request Parameters

NameTypeMandatoryDescription
customerIdSTRINGNO
typeINTNO1:USDT Margined Futures, 2:COIN Margined Futures Default: USDT Margined Futures
startTimeLONGNO
endTimeLONGNO
limitINTNOdefault 500, max 1000
recvWindowLONGNO
timestampLONGYES

Example Response

[
{
"customerId": "sde001",
"unit": "USDT",
"tradeVol":"9.57083000",
"rebateVol":"0.00035400",
"time": 1586736000000
},
{
"customerId": "ft****@gmail.com",
"unit": "USDT",
"tradeVol":"9.66741000",
"rebateVol":"0.00034800",
"time": 1588723200000
}
]