Query Rebate Recent Record (USER DATA)(For Partner)
HTTP Request
GET /sapi/v1/apiReferral/rebate/recentRecord
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
customerId | STRING | NO | |
startTime | LONG | YES | |
endTime | LONG | YES | |
limit | INT | YES | max 500 |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
- startTime and endTime must be both specified or both omitted.
- When both omitted it returns last 7 days.
- When both specified the span has to be within 7 days.
Example Response
[
{
"customerId": "",
"email": "test*****@126.com",
"income": "0.02063898",
"asset":"BTC",
"symbol": "ETHBTC",
"time":1544433328000,
"orderId": 10491232,
"tradeId": 611123
},
{
"customerId": "abd433",
"email": "abcd*****@gmail.com",
"income": "1.2063898",
"asset":"USDT",
"symbol": "BTCUSDT",
"time":1581580800000,
"orderId": 10500242,
"tradeId": 612323
}
]