Get Affiliate User Rebate Information

This endpoint allows getting affiliate user rebate information.

HTTP Request

GET /api/v2/affiliate/inviter/statistics

Request Example

GET /api/v2/affiliate/inviter/statistics?date=20240627&maxCount=10&offset=1

{
    "code": "200000",
    "data": [
        {
            "m1Uid": "2400xxx499",
            "rcode": "rrxx4A",
            "m2Uid": "9xx6",
            "amount": "8000.16",
            "rebate": "800.16",
            "cashBack": "100.16",
            "offset": "66271fxxxxxxxxxx01400000"
        },
        {
            "m1Uid": "240xxx003499",
            "rcode": "rrxxB4A",
            "m2Uid": "922xxxx770022",
            "amount": "8000.89",
            "rebate": "800.86",
            "cashBack": "800.52",
            "offset": "66271fxxxxxxxxxx01400001"
        }
    ]
}
API KEY PERMISSIONS

This endpoint requires Management Resource Pool permissions.

REQUEST URL

This endpoint supports Spot URL.

REQUEST RATE LIMIT

Management Resource Pool Weight: 30

PARAMETERS
Param Type Mandatory Description
date String Yes The date for which data is queried
maxCount Integer No The number of records returned per request, maximum of 50
offset String Yes The offset to start querying from, initially an empty string, subsequent queries should use the offset from the last response
RESPONSES
Param Description
m1Uid The UID of the inviter
rcode The invitation code
m2Uid The UID of the invitee
amount The transaction amount
rebate The rebate amount
cashBack The cashback amount
offset The offset

Get Affiliate User Rebate Information