createComboBot
Create a futures combo trading bot to manage a multi-symbol portfolio with automatic rebalancing based on time or percentage triggers.
Instructions
Creates a futures combo trading bot that manages a portfolio of multiple futures symbols. The bot automatically rebalances positions based on the configured trigger mode (time-based, percentage-based, or both).
Required parameters include leverage, initial margin, rebalancing mode, and at least one symbol setting with target position percentage and side.
Before calling this endpoint, use /v5/fcombobot/getlimit to validate parameter ranges. The response bot_id is needed for subsequent operations like getComboDetail or closeComboBot.
Rate limit: 10 requests per second per UID. Subject to compliance wall, GEO IP check, and KYC verification.
Agent hint: Always call getComboLimit first to verify parameters are in range. The symbol_settings array must contain at least one entry with symbol, target_position_percent, and side. The bot_id in a successful response is needed for getComboDetail and closeComboBot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leverage | Yes | ||
| init_margin | Yes | ||
| adjust_position_mode | Yes | ||
| adjust_position_percent | No | ||
| adjust_position_time_interval | No | ||
| symbol_settings | Yes | ||
| sl_percent | No | ||
| tp_percent | No | ||
| source | No | ||
| block_source | No | ||
| create_type | No | ||
| followed_bot_id | No | ||
| init_bonus | No | ||
| trailing_stop_percent | No | ||
| channel | No |