Skip to main content

Query Rebate Recent Record (For Client)

Query Rebate Recent Record(For Client)

GET /sapi/v1/apiReferral/kickback/recentRecord

Parameters:

NameTypeMandatoryDescription
startTimeLONGNO
endTimeLONGNO
limitINTNODefault 500, max 1000
recvWindowLONGNO
timestampLONGYES
  • Only get the latest history of past 7 days.

Response:


[

{
"income": "0.02063898",
"asset":"BTC",
"symbol": "ETHBTC",
"time":1544433328000
},
{
"income": "1.2063898",
"asset":"USDT",
"symbol": "BTCUSDT",
"time":1581580800000
}

]