createDCABot
Create a DCA bot that automatically invests at specified intervals, with configurable frequency, trading pairs, and investment amounts.
Instructions
Creates a DCA bot that automatically invests at regular intervals. Specify investment frequency (in seconds), quote coin, trading pairs with individual amounts, and optional max investment amount.
Prerequisites:
User must be authenticated and pass KYC/compliance checks.
Trading pairs must be valid and not duplicated.
Minimum frequency is 10 seconds.
Maximum 5 trading pairs per bot.
Returns bot_id on success. If the user is banned (status_code=421), ban_reason_text provides a localized explanation.
Rate limit: 3 qps per UID.
Agent hint: The parameters.frequency_in_second field controls how often the bot invests. Common values: 600 (10 min), 3600 (1 hour), 86400 (1 day). Each pair in parameters.pairs specifies a base coin and its per-round investment amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parameters | Yes | ||
| toolsDiscoveryParameter | No | ||
| channel | No |