Skip to main content

Query Agent Commission Data

Type: GET

Description: /v4/referal/invite/agent/rebate/data

Parameters

NameTypeMandatoryDefaultDescriptionRanges
startTimenumberfalseCommission deposit start time
endTimenumberfalseCommission deposit end time
inviteCodestringfalseRegistration invitation code
typenumbertrueCommission type1-spot, 2-future
fromIdnumberfalseStarting ID
directionstringfalseNEXTQuery directionPREV, NEXT
limitintfalse10Limit number, max 1001 <= limit <= 100

Remark

Only supports querying data for the past three months.


Response Example

Response
{
"ma": [],
"mc": "SUCCESS",
"rc": 0,
"result": {
"totalCount": 1,
"pageCount": 20,
"items": [
{
"id": 1,
"uid": 123,
"spotRebateRate": 0.1,
"futuresRebateRate": 0.2,
"amountCurrency": 666,
"commission": 23,
"currency": "usdt",
"date": "2025-01-22T09:57:01.601Z",
"makerAmount": 32,
"rate": 2,
"sourceType": 1,
"state": 1,
"symbol": "btc_usdt",
"takerAmount": 23,
"totalCommissionUsdtAmount": 123,
"totalTradeUsdtAmount": 2222,
"type": 1,
"usdtAmount": 243253
}
]
}
}