Create Executor
Executors
Create Executor
Create and start a new executor.
Supported executor types:
- position_executor: Single position with triple barrier (stop loss, take profit, time limit)
- grid_executor: Grid trading with multiple levels
- dca_executor: Dollar-cost averaging with multiple entry points
- twap_executor: Time-weighted average price execution
- arbitrage_executor: Cross-exchange arbitrage
- xemm_executor: Cross-exchange market making
- order_executor: Simple order execution
- lp_executor: Liquidity provider position on CLMM DEXs (Meteora, Raydium, etc.)
The executor_config must include:
type: One of the executor types aboveconnector_name: Exchange connector (e.g., “binance”, “binance_perpetual”)trading_pair: Trading pair (e.g., “BTC-USDT”)- Additional type-specific configuration (see /executors/types//config for details)
Returns the created executor ID and initial status.
POST
Create Executor
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Response
Successful Response
Response after creating an executor.

