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 Single User Rebate Data (KEYED)
Used by API affiliates to query contract rebate data of a single user within a given time range.
Request URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/rebate-user
Request Limit
See Detailed Rate LimitRequest Parameter
Request
| Field | Type | Required | Description |
|---|---|---|---|
| cid | Long | Yes | User CID to query (Supports all agents and directly/indirectly invited users under your name.) |
| start_time | Long | Yes | Start timestamp of data query (in second) |
| end_time | Long | Yes | End timestamp of data query (in second) |
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
Response Data
Response
| Field | Type | Description |
|---|---|---|
| cid | Long | User CID |
| back_rate | String | User rebate rate |
| trading_vol_total | String | User total trading volume |
| trading_fee_total | String | User total trading fee |
| rebate_total | String | User total rebate |
| trading_vol | String | User trading volume |
| trading_fee | String | User trading fee |
| rebate | String | User rebate |