跳到主要内容

Query Spot Commission Rebate Recent Record

Query Broker Commission Rebate Recent Record(Spot)

GET /sapi/v1/broker/rebate/recentRecord

Parameters:

NameTypeMandatoryDescription
subAccountIdSTRINGNO
startTimeLONGNODefault: 7 days from current timestamp
endTimeLONGNODefault: present timestamp
pageLONGNOdefault 1
sizeLONGNOdefault 500,max500
recvWindowLONGNO
timestampLONGYES
  • The query time period must be less than 7 days (default as the recent 7 days).

Response:

[
{
"subaccountId":"1",
"income": "0.02063898",
"asset":"BTC",
"symbol": "ETHBTC",
"tradeId": 123456,
"time":1544433328000,
"status": 1
},
{
"subaccountId":"2",
"income": "1.2063898",
"asset":"USDT",
"symbol": "BTCUSDT",
"tradeId": 223456,
"time":1581580800000,
"status": 1
}

]
  • Status: 0: Pending, 1: Successful, 2: Failed