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