Skip to main content

Query Rebate Recent Record (For Partner)

Query Rebate Recent Record (USER DATA)(For Partner)

GET /sapi/v1/apiReferral/rebate/recentRecord

Parameters:

NameTypeMandatoryDescription
customerIdSTRINGNO
startTimeLONGYES
endTimeLONGYES
limitINTYESmax 500
recvWindowLONGNO
timestampLONGYES
  • 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.

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  
}
]