Skip to main content

Get User Trade Volume (USER DATA)

HTTP Request

GET /fapi/v1/apiReferral/tradeVol

Weight

100

Request Parameters

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

Example Response

[
{
"unit": "USDT",
"tradeVol": "53.60756000",
"time": 1586736000000
},
{
"unit": "USDT",
"tradeVol": "43.60756000",
"time": 1588723200000
}
]