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.
查询单个用户返佣 (KEYED)
适用于API代理商查询单个用户一定时间范围内的合约返佣数据
请求URL
GET https://cloud-api.wooxpro.com/contract/private/affiliate/rebate-user
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| cid | Long | 是 | 查询用户CID(支持名下所有代理商和直接/间接邀请用户) |
| start_time | Long | 是 | 查询数据开始时间戳(秒级时间戳) |
| end_time | Long | 是 | 查询数据结束时间戳(秒级时间戳) |
注意
- 填写时间范围的话,
end_time必须比start_time的值大, 并且start_time和end_time最大支持 60 天的查询间隔
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| cid | Long | 用户 CID |
| back_rate | String | 用户返佣比例 |
| trading_vol_total | String | 用户累计交易量 |
| trading_fee_total | String | 用户累计手续费 |
| rebate_total | String | 用户累计返佣 |
| trading_vol | String | 本人交易量 |
| trading_fee | String | 本人手续费 |
| rebate | String | 本人返佣 |