Get Supported Order Types
Connectors
Get Supported Order Types
Get order types supported by a specific connector.
This endpoint uses the MarketDataService to access non-trading connector instances, which means no authentication or account setup is required.
Args: request: FastAPI request object connector_name: Name of the connector (e.g., ‘binance’, ‘binance_perpetual’)
Returns: List of supported order types (LIMIT, MARKET, LIMIT_MAKER)
Raises: HTTPException: 404 if connector not found, 500 for other errors
GET
Get Supported Order Types
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.

