| Name | Type | Description | Notes |
|---|---|---|---|
| rebate_amount | string | 返佣金额,字符串格式保证精度 最多保留 6 位小数,去除尾零 | |
| trade_volume | string | 交易量,字符串格式保证精度 最多保留 6 位小数,去除尾零 | |
| net_fee | string | 净手续费,字符串格式保证精度 最多保留 6 位小数,去除尾零 | |
| customer_count | int | Customer count (invited users) | |
| trading_user_count | string | 交易人数,字符串形式(与线上 JSON 序列化一致) 仅在 business_type=0(全部)时返回具体数值,其他业务类型返回 null | |
| time_range_desc | string | Time range description | |
| business_type | int | Business Type | |
| business_type_desc | string | Business type description. Allowed values: All, Spot, Futures, Alpha, Web3, Perps (DEX), Exchange All, Web3 All, TradFi |