get_dca_bot_list
Fetch a filtered list of DCA bots from your 3Commas account, returning configuration, status, deals, and performance data.
Instructions
Get list of DCA bots with optional filtering and sorting.
Args: account_id: Exchange account ID (0 = all accounts) strategy: Trading strategy filter (long/short) order_direction: Sort order ("ASC" or "DESC") limit: Maximum bots to return (1-1000) offset: Pagination offset from_date: Filter bots created from date (ISO format) scope: Filter scope for bot selection sort_by: Field to sort by quote: Filter by quote currency response_filter: Response detail level ("full" or "display")
Returns: List of DCA bots with configuration, status, deals, and performance data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| strategy | No | ||
| order_direction | No | DESC | |
| limit | No | ||
| offset | No | ||
| from_date | No | ||
| scope | No | ||
| sort_by | No | ||
| quote | No | ||
| response_filter | No | display |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||