Get Rebate Data Overview (USER DATA)
HTTP Request
GET /fapi/v1/apiReferral/overview
Weight
100
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
type | INT | NO | 1:USDT Margined Futures, 2:COIN Margined Futures Default: USDT Margined Futures |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example Response
{
"brokerId": "ABCD1234",
"newTraderRebateCommission":"0.30000000",
"oldTraderRebateCommission":"0.20000000",
"totalTradeUser":13,
"unit": "USDT",
"totalTradeVol": "405.54379000",
"totalRebateVol": "0.01833800",
"time": 1597708800000
}