Query Broker Futures Commission Rebate Record
HTTP Request
GET /sapi/v1/broker/rebate/futures/recentRecord
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
futuresType | LONG | YES | 1:USDT Futures, 2: Coin Futures |
startTime | LONG | YES | |
endTime | LONG | YES | |
page | LONG | NO | default 1 |
size | LONG | NO | default 10, max 100 |
filterResult | BOOLEAN | NO | TRUE or FALSE. Default: FALSE |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- If filterResult = TRUE, rebates not from its own sub accounts will be filtered out in response.
Example Response
[
{
"subaccountId": "1",
"income": "0.02063898",
"asset": "USDT",
"symbol": "ETHUSDT",
"tradeId": 123456,
"time": 1544433328000,
"status": 1
},
{
"subaccountId": "2",
"income": "0.02060008",
"asset": "USDT",
"symbol": "BTCUSDT",
"tradeId": 223456,
"time": 1544433328000,
"status": 1
}
]
- Status: 0: Pending, 1: Successful, 2: Failed