Get User Trade Volume (USER DATA)
HTTP Request
GET /fapi/v1/apiReferral/tradeVol
Weight
100
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
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
[
{
"unit": "USDT",
"tradeVol": "53.60756000",
"time": 1586736000000
},
{
"unit": "USDT",
"tradeVol": "43.60756000",
"time": 1588723200000
}
]