Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.19 KB

File metadata and controls

17 lines (13 loc) · 1.19 KB

PartnerDataAggregated

Properties

Name Type Description Notes
rebate_amount str Rebate amount as a string for precision. Up to 6 decimal places; trailing zeros removed.
trade_volume str Trading volume as a string for precision. Up to 6 decimal places; trailing zeros removed.
net_fee str Net fee as a string for precision. Up to 6 decimal places; trailing zeros removed.
customer_count int Customer count (invited users)
trading_user_count str 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.
time_range_desc str Time range description
business_type int Business Type
business_type_desc str 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]