Query Rebate Recent Record(For Client)
HTTP Request
GET /sapi/v1/apiReferral/kickback/recentRecord
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| startTime | LONG | NO | |
| endTime | LONG | NO | |
| limit | INT | NO | Default 500, max 1000 |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- Only get the latest history of past 7 days.
Example Response
[
{
"income": "0.02063898",
"asset":"BTC",
"symbol": "ETHBTC",
"time":1544433328000
},
{
"income": "1.2063898",
"asset":"USDT",
"symbol": "BTCUSDT",
"time":1581580800000
}
]