freqtrade_get_config_schema
Retrieve configuration schema details for Freqtrade trading strategies. Lists available configuration keys and descriptions by section to help users understand and validate bot settings.
Instructions
Return known freqtrade configuration keys and their descriptions.
Lists configuration keys organized by section. Use the optional section parameter to filter by a specific config area.
Args: section: Optional section filter (e.g., "exchange", "pairlist", "stoploss").
Returns: List of config key entries with descriptions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No |