Create auto invest planRequest
| Name | Type | Description | Notes |
|---|---|---|---|
| plan_name | str | Plan name。Length: 0-50 characters | [optional] |
| plan_des | str | Plan description | [optional] |
| plan_money | str | Pricing currency,SupportUSDT,BTC | |
| plan_amount | str | Per PeriodAuto InvestAmount,Must > 0,and not exceedThePricing currencyConfigurationSingleMaximumAmount | |
| plan_period_type | str | Enum: daily, weekly, biweekly, monthly, hourly, 4-hourly | |
| plan_period_day | int | Cycle day. For monthly: day of month (1-30); For weekly/biweekly: day of week (1-7, 1=Monday); For daily/hourly/4-hourly: ignored | |
| plan_period_hour | int | Execution hourAuto Invest 0-23 | |
| items | list[AutoInvestPlanCreateItems] | Investment portfolio, asset cannot be repeated; Sum of all items' ratios must be 100 | |
| fund_source | str | Fund source: spot or earn, default: spot | [optional] |
| fund_flow | str | Fund flow direction: auto_invest or earn, default: auto_invest | [optional] |
| type | int | 0 Normal creation, 1 QuickInvestment | [optional] |