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 API User Rebate Data (KEYED)
Used by API affiliates to retrieve contract API rebate data for a single user over a given time range.
Request URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/rebate-api
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 | Query start timestamp (in second) |
| end_time | Long | Yes | Query end timestamp (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 |
|---|---|---|
| api_trading_fee_total | String | API trading fee rebate |
| api_rebate_total | String | API rebate |