Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.16 KB

File metadata and controls

24 lines (21 loc) · 1.16 KB

# AutoInvestPlanDetail

Properties

Name Type Description Notes
id int Plan ID
version int PlanVersion [optional]
name string Plan name
create_time int Creation time (Unix timestamp)
update_time int Update time (Unix timestamp)
user_id int User ID
money string Quote Currency
amount string Per PeriodInvestment amount
period_type string Cycle type(e.g., monthly)
period_day int Cycle day
period_hour int CycleHours
portfolio \GateApi\Model\AutoInvestPortfolioItem[] InvestmentPortfolio
next_time int Next execution time (Unix timestamp)
period int Executed periods
fund_source string Fund source(spot/earn)
fund_flow string Fund flow direction (auto_invest/earn)

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