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-list
请求限制
参见 速率限制详细请求参数
请求
| 字段 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| user_id | Long | 否 | 查询用户ID |
| page | Int | 是 | 第几页 |
| size | Int | 是 | 每页条数 |
| currency | String | 是 | 查询币种 |
| rebate_start_time | Long | 否 | 查询返佣开始时间戳(精确到秒) |
| rebate_end_time | Long | 否 | 查询返佣结束时间戳(精确到秒) |
| register_start_time | Long | 否 | 查询注册开始时间戳(精确到秒) |
| register_end_time | Long | 否 | 查询注册结束时间戳(精确到秒) |
响应详情
响应
| 字段 | 类型 | 描述 |
|---|---|---|
| btc_rebate_sum | Decimal | btc总返佣 |
| usdt_rebate_sum | Decimal | usdt总返佣 |
| eth_rebate_sum | Decimal | eth总返佣 |
| rebate_detail_page_data | Object | 反佣详细 |
| rebate_coin | String | 币种 |
| trade_user_id | Long | 交易用户ID |
| total_rebate_amount | Decimal | 用户总佣金 |
| user_type | Int | 用户类型 - 0=间接邀请用户- 1=直接邀请用户 |