Skip to main content

getBotTradingConfig

Get live trading configuration from a running bot. Calls the Freqtrade API to get the actual runtime config (exchange, timeframe, resolved pairs). Returns error if the bot is not running.

Scope: "view" is sufficient — the backend uses stored credentials server-side to call Freqtrade, but the response contains only non-sensitive live config (exchange, timeframe, pairs, trading mode, dry_run). No secrets are returned.

getBotTradingConfig(
botId: ID!
): BotTradingConfig!

Arguments

getBotTradingConfig.botId ● ID! non-null scalar

Type

BotTradingConfig object

Live trading configuration from a running bot's Freqtrade API. Values come from /show_config + /whitelist endpoints for accuracy.