Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.21 KB

File metadata and controls

19 lines (15 loc) · 1.21 KB

Io.Gate.GateApi.Model.PartnerDataAggregated

Properties

Name Type Description Notes
RebateAmount string Rebate amount as a string for precision. Up to 6 decimal places; trailing zeros removed.
TradeVolume string Trading volume as a string for precision. Up to 6 decimal places; trailing zeros removed.
NetFee string Net fee as a string for precision. Up to 6 decimal places; trailing zeros removed.
CustomerCount int Customer count (invited users)
TradingUserCount string Transaction participant count (string format, consistent with online JSON serialization) only returns a specific value when business_type=0(all), and returns nullfor other business types.
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]