Get Trader Detail (USER DATA)
HTTP Request
GET /fapi/v1/apiReferral/traderSummary
Weight
100
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
customerId | STRING | NO | |
type | INT | NO | 1:USDT Margined Futures, 2:COIN Margined Futures Default: USDT Margined Futures |
startTime | LONG | NO | |
endTime | LONG | NO | |
limit | INT | NO | default 500, max 1000 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
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
}
]