Skip to main content

Get Rebate Volume (USER DATA)

HTTP Request

GET /fapi/v1/apiReferral/rebateVol

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",
"rebateVol": "0.00023200",
"time": 1586736000000
},
{
"unit": "USDT",
"rebateVol": "0.00064800",
"time": 1588723200000
}
]