Query Broker Commission Rebate Recent Record(Spot)
HTTP Request
GET /sapi/v1/broker/rebate/recentRecord
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | NO | |
startTime | LONG | NO | Default: 7 days from current timestamp |
endTime | LONG | NO | Default: present timestamp |
page | LONG | NO | default 1 |
size | LONG | NO | default 500,max500 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- The query time period must be less than 7 days (default as the recent 7 days).
Example Response
[
{
"subaccountId":"1",
"income": "0.02063898",
"asset":"BTC",
"symbol": "ETHBTC",
"tradeId": 123456,
"time":1544433328000,
"status": 1
},
{
"subaccountId":"2",
"income": "1.2063898",
"asset":"USDT",
"symbol": "BTCUSDT",
"tradeId": 223456,
"time":1581580800000,
"status": 1
}
]
- Status: 0: Pending, 1: Successful, 2: Failed