Skip to main content

Query Rebate Recent Record(For Client)

HTTP Request

GET /sapi/v1/apiReferral/kickback/recentRecord

Request Parameters

NameTypeMandatoryDescription
startTimeLONGNO
endTimeLONGNO
limitINTNODefault 500, max 1000
recvWindowLONGNO
timestampLONGYES
  • 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
}
]