Controllers

Get Controller Config

Get a specific controller configuration by its name.

Retrieves the full configuration content from a YAML file in the conf/controllers directory. The configuration contains all parameters needed to instantiate and run a controller, including trading pair, connector, amounts, and strategy-specific settings.

Use this endpoint to inspect configuration details before launching a bot or to retrieve current settings before making modifications.

get/controllers/configs/{config_name}

Path parameters

config_namestring required

Response

Successful Response

object required

Changes