Documentation Index
Fetch the complete documentation index at: https://developer.wooxpro.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Invited Customer List (KEYED)
Used by agents to query rebate information of invited users within a specified time range.
Request URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/rebate-inviteUser
Request Limit
See Detailed Rate LimitRequest Parameters
Request
| Field | Type | Required | Description |
|---|---|---|---|
| cid | Long | No | User CID to query |
| start_time | Long | Yes | Query start timestamp (in second) |
| end_time | Long | Yes | Query end timestamp (in second) |
| page | Integer | Yes | Page number |
| size | Integer | Yes | Number of records per page |
Note
- If the time range is filled in,
end_timemust be greater than the value ofstart_time, and the maximum query interval ofstart_timeandend_timeis 60 days - The maximum
sizeis 50 records. If the number exceeds 50, only 50 records will be retrieved.
Response Data
Response
| Field | Type | Description |
|---|---|---|
| rebateTotal | String | Cumulative Commission Rebate Amount (converted to USDT) |
| tradingVolTotal | String | Cumulative trading volume (converted to USDT) |
| cashbackRate | String | Cashback percentage |
| tradingFeeTotal | String | Total transaction fees (converted to USDT) |
| backRate | String | Rebate rate |
| cid | Long | User CID |
| status | Integer | Is the Rebate issued - 1= Yes - 0= No |