Controllers

List Controllers

List all available V2 strategy controllers organized by type.

Retrieves all controller Python files from the controllers directory, organized by their type (directional_trading, market_making, generic). Controllers are the core strategy components in Hummingbot V2 that define trading logic and can be composed together.

Use this endpoint to discover available controllers before creating configurations or to verify that a custom controller has been properly deployed.

get/controllers

Response

Successful Response

object required

Changes