Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.17 KB

File metadata and controls

19 lines (15 loc) · 1.17 KB

Io.Gate.GateApi.Model.PartnerDataAggregated

Properties

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

[Back to Model list] [Back to API list] [Back to README]