Create and start a new executor.
Supported executor types:
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”)Returns the created executor ID and initial status.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Response after creating an executor.