# Condor ## Docs - [API Reference](https://condor.hummingbot.org/api-reference.md): Complete REST API reference for Hummingbot API - [Add Account](https://condor.hummingbot.org/api-reference/accounts/add-account.md): Create a new account with default configuration files. - [Add Credential](https://condor.hummingbot.org/api-reference/accounts/add-credential.md): Add or update connector credentials (API keys) for a specific account and connector. - [Add Gateway Wallet](https://condor.hummingbot.org/api-reference/accounts/add-gateway-wallet.md): Add an existing wallet to Gateway using its private key. Gateway handles encryption and storage internally. - [Delete Account](https://condor.hummingbot.org/api-reference/accounts/delete-account.md): Delete an account and all its associated credentials. - [Delete Credential](https://condor.hummingbot.org/api-reference/accounts/delete-credential.md): Delete a specific connector credential for an account. - [List Account Credentials](https://condor.hummingbot.org/api-reference/accounts/list-account-credentials.md): Get a list of all connectors that have credentials configured for a specific account. - [List Accounts](https://condor.hummingbot.org/api-reference/accounts/list-accounts.md): Get a list of all account names in the system. - [List Gateway Wallets](https://condor.hummingbot.org/api-reference/accounts/list-gateway-wallets.md): List all wallets managed by Gateway. Gateway manages its own encrypted wallet storage. - [Remove Gateway Wallet](https://condor.hummingbot.org/api-reference/accounts/remove-gateway-wallet.md): Remove a wallet from Gateway. - [Set Default Gateway Wallet](https://condor.hummingbot.org/api-reference/accounts/set-default-gateway-wallet.md): Set the default wallet for a chain in Gateway. - [Architecture](https://condor.hummingbot.org/api-reference/architecture.md): How Hummingbot API connects to exchanges and AI agents - [Get Database Controllers](https://condor.hummingbot.org/api-reference/archived-bots/get-database-controllers.md): Get controller data from a database. - [Get Database Executors](https://condor.hummingbot.org/api-reference/archived-bots/get-database-executors.md): Get executor data from a database. - [Get Database Orders](https://condor.hummingbot.org/api-reference/archived-bots/get-database-orders.md): Get order history from a database. - [Get Database Performance](https://condor.hummingbot.org/api-reference/archived-bots/get-database-performance.md): Get trade-based performance analysis for a bot database. - [Get Database Positions](https://condor.hummingbot.org/api-reference/archived-bots/get-database-positions.md): Get position data from a database. - [Get Database Status](https://condor.hummingbot.org/api-reference/archived-bots/get-database-status.md): Get status information for a specific database. - [Get Database Summary](https://condor.hummingbot.org/api-reference/archived-bots/get-database-summary.md): Get a summary of database contents including basic statistics. - [Get Database Trades](https://condor.hummingbot.org/api-reference/archived-bots/get-database-trades.md): Get trade history from a database. - [List Databases](https://condor.hummingbot.org/api-reference/archived-bots/list-databases.md): List all available database files in the system. - [Run Backtesting](https://condor.hummingbot.org/api-reference/backtesting/run-backtesting.md): Run a backtesting simulation with the provided configuration. - [Deploy V2 Controllers](https://condor.hummingbot.org/api-reference/bot-orchestration/deploy-v2-controllers.md): Deploy a V2 strategy with controllers by generating the script config and creating the instance. This endpoint simplifies the deployment process for V2 controller strategies. - [Deploy V2 Script](https://condor.hummingbot.org/api-reference/bot-orchestration/deploy-v2-script.md): Deploy a V2 script bot with optional script configuration. This endpoint creates and starts a Hummingbot instance running the specified script. - [Get Active Bots Status](https://condor.hummingbot.org/api-reference/bot-orchestration/get-active-bots-status.md): Get the status of all active bots. - [Get Bot History](https://condor.hummingbot.org/api-reference/bot-orchestration/get-bot-history.md): Get trading history for a bot with optional parameters. - [Get Bot Run By Id](https://condor.hummingbot.org/api-reference/bot-orchestration/get-bot-run-by-id.md): Get a specific bot run by ID. - [Get Bot Run Stats](https://condor.hummingbot.org/api-reference/bot-orchestration/get-bot-run-stats.md): Get statistics about bot runs. - [Get Bot Runs](https://condor.hummingbot.org/api-reference/bot-orchestration/get-bot-runs.md): Get bot runs with optional filtering. - [Get Bot Status](https://condor.hummingbot.org/api-reference/bot-orchestration/get-bot-status.md): Get the status of a specific bot. - [Get Mqtt Status](https://condor.hummingbot.org/api-reference/bot-orchestration/get-mqtt-status.md): Get MQTT connection status and discovered bots. - [Start Bot](https://condor.hummingbot.org/api-reference/bot-orchestration/start-bot.md): Start a bot with the specified configuration. - [Stop And Archive Bot](https://condor.hummingbot.org/api-reference/bot-orchestration/stop-and-archive-bot.md): Gracefully stop a bot and archive its data in the background. This initiates a background task that will: 1. Stop the bot trading process via MQTT 2. Wait 15 seconds for graceful shutdown 3. Monitor and stop the Docker container 4. Archive the bot data (locally or to S3) 5. Remove the container - [Stop Bot](https://condor.hummingbot.org/api-reference/bot-orchestration/stop-bot.md): Stop a bot with the specified configuration. - [Available Connectors](https://condor.hummingbot.org/api-reference/connectors/available-connectors.md): Get a list of all available connectors. - [Get Connector Config Map](https://condor.hummingbot.org/api-reference/connectors/get-connector-config-map.md): Get configuration fields required for a specific connector with type information. - [Get Supported Order Types](https://condor.hummingbot.org/api-reference/connectors/get-supported-order-types.md): Get order types supported by a specific connector. - [Get Trading Rules](https://condor.hummingbot.org/api-reference/connectors/get-trading-rules.md): Get trading rules for a connector, optionally filtered by trading pairs. - [Create Or Update Controller](https://condor.hummingbot.org/api-reference/controllers/create-or-update-controller.md): Create or update a controller. - [Create Or Update Controller Config](https://condor.hummingbot.org/api-reference/controllers/create-or-update-controller-config.md): Create or update controller configuration. - [Delete Controller](https://condor.hummingbot.org/api-reference/controllers/delete-controller.md): Delete a controller. - [Delete Controller Config](https://condor.hummingbot.org/api-reference/controllers/delete-controller-config.md): Delete controller configuration. - [Get Bot Controller Configs](https://condor.hummingbot.org/api-reference/controllers/get-bot-controller-configs.md): Get all controller configurations for a specific bot. - [Get Controller](https://condor.hummingbot.org/api-reference/controllers/get-controller.md): Get controller content by type and name. - [Get Controller Config](https://condor.hummingbot.org/api-reference/controllers/get-controller-config.md): Get controller configuration by config name. - [Get Controller Config Template](https://condor.hummingbot.org/api-reference/controllers/get-controller-config-template.md): Get controller configuration template with default values. - [List Controller Configs](https://condor.hummingbot.org/api-reference/controllers/list-controller-configs.md): List all controller configurations with metadata. - [List Controllers](https://condor.hummingbot.org/api-reference/controllers/list-controllers.md): List all controllers organized by type. - [Update Bot Controller Config](https://condor.hummingbot.org/api-reference/controllers/update-bot-controller-config.md): Update controller configuration for a specific bot. - [Validate Controller Config](https://condor.hummingbot.org/api-reference/controllers/validate-controller-config.md): Validate controller configuration against the controller's config class. - [Active Containers](https://condor.hummingbot.org/api-reference/docker/active-containers.md): Get all currently active (running) Docker containers. - [Available Images](https://condor.hummingbot.org/api-reference/docker/available-images.md): Get available Docker images matching the specified name. - [Clean Exited Containers](https://condor.hummingbot.org/api-reference/docker/clean-exited-containers.md): Remove all exited Docker containers to free up space. - [Exited Containers](https://condor.hummingbot.org/api-reference/docker/exited-containers.md): Get all exited (stopped) Docker containers. - [Get Pull Status](https://condor.hummingbot.org/api-reference/docker/get-pull-status.md): Get status of all pull operations. - [Is Docker Running](https://condor.hummingbot.org/api-reference/docker/is-docker-running.md): Check if Docker daemon is running. - [Pull Image](https://condor.hummingbot.org/api-reference/docker/pull-image.md): Initiate Docker image pull as background task. Returns immediately with task status for monitoring. - [Remove Container](https://condor.hummingbot.org/api-reference/docker/remove-container.md): Remove a Hummingbot container and optionally archive its bot data. - [Start Container](https://condor.hummingbot.org/api-reference/docker/start-container.md): Start a stopped Docker container. - [Stop Container](https://condor.hummingbot.org/api-reference/docker/stop-container.md): Stop a running Docker container. - [Clear Position Held](https://condor.hummingbot.org/api-reference/executors/clear-position-held.md): Clear a held position (after manual close or full exit). - [Create Executor](https://condor.hummingbot.org/api-reference/executors/create-executor.md): Create and start a new executor. - [Get Available Executor Types](https://condor.hummingbot.org/api-reference/executors/get-available-executor-types.md): Get list of available executor types with descriptions. - [Get Executor](https://condor.hummingbot.org/api-reference/executors/get-executor.md): Get detailed information about a specific executor. - [Get Executor Config Schema](https://condor.hummingbot.org/api-reference/executors/get-executor-config-schema.md): Get configuration schema for a specific executor type. - [Get Executor Logs](https://condor.hummingbot.org/api-reference/executors/get-executor-logs.md): Get captured log entries for a specific executor. - [Get Executors Summary](https://condor.hummingbot.org/api-reference/executors/get-executors-summary.md): Get summary statistics for all executors. - [Get Position Held](https://condor.hummingbot.org/api-reference/executors/get-position-held.md): Get held position for a specific connector/trading pair. - [Get Positions Summary](https://condor.hummingbot.org/api-reference/executors/get-positions-summary.md): Get summary of all held positions from executors stopped with keep_position=True. - [List Executors](https://condor.hummingbot.org/api-reference/executors/list-executors.md): Get list of executors with optional filtering. - [Stop Executor](https://condor.hummingbot.org/api-reference/executors/stop-executor.md): Stop an active executor. - [Gateway](https://condor.hummingbot.org/api-reference/gateway.md): DEX middleware for decentralized exchange trading - [Add Liquidity To Clmm Position](https://condor.hummingbot.org/api-reference/gateway-clmm/add-liquidity-to-clmm-position.md): Add MORE liquidity to an EXISTING CLMM position. - [Close Clmm Position](https://condor.hummingbot.org/api-reference/gateway-clmm/close-clmm-position.md): CLOSE a CLMM position completely (removes all liquidity and collects pending fees). - [Collect Fees From Clmm Position](https://condor.hummingbot.org/api-reference/gateway-clmm/collect-fees-from-clmm-position.md): Collect accumulated fees from a CLMM liquidity position. - [Get Clmm Pool Info](https://condor.hummingbot.org/api-reference/gateway-clmm/get-clmm-pool-info.md): Get detailed information about a CLMM pool by pool address. - [Get Clmm Pools](https://condor.hummingbot.org/api-reference/gateway-clmm/get-clmm-pools.md): Get list of available CLMM pools for a connector. - [Get Clmm Position Events](https://condor.hummingbot.org/api-reference/gateway-clmm/get-clmm-position-events.md): Get event history for a CLMM position. - [Get Clmm Positions Owned](https://condor.hummingbot.org/api-reference/gateway-clmm/get-clmm-positions-owned.md): Get all CLMM liquidity positions owned by a wallet for a specific pool. - [Open Clmm Position](https://condor.hummingbot.org/api-reference/gateway-clmm/open-clmm-position.md): Open a NEW CLMM position with initial liquidity. - [Remove Liquidity From Clmm Position](https://condor.hummingbot.org/api-reference/gateway-clmm/remove-liquidity-from-clmm-position.md): Remove SOME liquidity from a CLMM position (partial removal). - [Search Clmm Positions](https://condor.hummingbot.org/api-reference/gateway-clmm/search-clmm-positions.md): Search CLMM positions with filters. - [Execute Swap](https://condor.hummingbot.org/api-reference/gateway-swaps/execute-swap.md): Execute a swap transaction via router (Jupiter, 0x). - [Get Swap Quote](https://condor.hummingbot.org/api-reference/gateway-swaps/get-swap-quote.md): Get a price quote for a swap via router (Jupiter, 0x). - [Get Swap Status](https://condor.hummingbot.org/api-reference/gateway-swaps/get-swap-status.md): Get status of a specific swap by transaction hash. - [Get Swaps Summary](https://condor.hummingbot.org/api-reference/gateway-swaps/get-swaps-summary.md): Get swap summary statistics. - [Search Swaps](https://condor.hummingbot.org/api-reference/gateway-swaps/search-swaps.md): Search swap history with filters. - [Add Network Token](https://condor.hummingbot.org/api-reference/gateway/add-network-token.md): Add a custom token to Gateway's token list for a specific network. - [Add Pool](https://condor.hummingbot.org/api-reference/gateway/add-pool.md): Add a custom liquidity pool. - [Create Wallet](https://condor.hummingbot.org/api-reference/gateway/create-wallet.md): Create a new wallet in Gateway. - [Delete Network Token](https://condor.hummingbot.org/api-reference/gateway/delete-network-token.md): Delete a custom token from Gateway's token list for a specific network. - [Delete Pool](https://condor.hummingbot.org/api-reference/gateway/delete-pool.md): Delete a liquidity pool from Gateway's pool list. - [Get Connector Config](https://condor.hummingbot.org/api-reference/gateway/get-connector-config.md): Get configuration for a specific DEX connector. - [Get Gateway Logs](https://condor.hummingbot.org/api-reference/gateway/get-gateway-logs.md): Get Gateway container logs. - [Get Gateway Status](https://condor.hummingbot.org/api-reference/gateway/get-gateway-status.md): Get Gateway container status. - [Get Network Config](https://condor.hummingbot.org/api-reference/gateway/get-network-config.md): Get configuration for a specific network. - [Get Network Tokens](https://condor.hummingbot.org/api-reference/gateway/get-network-tokens.md): Get available tokens for a network. - [List Chains](https://condor.hummingbot.org/api-reference/gateway/list-chains.md): List all available blockchain chains and their networks. - [List Connectors](https://condor.hummingbot.org/api-reference/gateway/list-connectors.md): List all available DEX connectors with their configurations. - [List Networks](https://condor.hummingbot.org/api-reference/gateway/list-networks.md): List all available networks across all chains. - [List Pools](https://condor.hummingbot.org/api-reference/gateway/list-pools.md): List all liquidity pools for a connector and network. - [Restart Gateway](https://condor.hummingbot.org/api-reference/gateway/restart-gateway.md): Restart Gateway container. - [Send Transaction](https://condor.hummingbot.org/api-reference/gateway/send-transaction.md): Send a native token transaction. - [Show Private Key](https://condor.hummingbot.org/api-reference/gateway/show-private-key.md): Show private key for a wallet. - [Start Gateway](https://condor.hummingbot.org/api-reference/gateway/start-gateway.md): Start Gateway container. - [Stop Gateway](https://condor.hummingbot.org/api-reference/gateway/stop-gateway.md): Stop Gateway container. - [Update Connector Config](https://condor.hummingbot.org/api-reference/gateway/update-connector-config.md): Update configuration for a DEX connector. - [Update Network Config](https://condor.hummingbot.org/api-reference/gateway/update-network-config.md): Update configuration for a specific network. - [Hummingbot](https://condor.hummingbot.org/api-reference/hummingbot.md): The open source, institutional-grade crypto trading framework - [Add Trading Pair](https://condor.hummingbot.org/api-reference/market-data/add-trading-pair.md): Initialize order book for a trading pair. - [Get Active Feeds](https://condor.hummingbot.org/api-reference/market-data/get-active-feeds.md): Get information about currently active market data feeds. - [Get Available Candle Connectors](https://condor.hummingbot.org/api-reference/market-data/get-available-candle-connectors.md): Get list of available connectors that support candle data feeds. - [Get Candles](https://condor.hummingbot.org/api-reference/market-data/get-candles.md): Get real-time candles data for a specific trading pair. - [Get Funding Info](https://condor.hummingbot.org/api-reference/market-data/get-funding-info.md): Get funding information for a perpetual trading pair. - [Get Historical Candles](https://condor.hummingbot.org/api-reference/market-data/get-historical-candles.md): Get historical candles data for a specific trading pair. - [Get Market Data Settings](https://condor.hummingbot.org/api-reference/market-data/get-market-data-settings.md): Get current market data settings for debugging. - [Get Order Book](https://condor.hummingbot.org/api-reference/market-data/get-order-book.md): Get order book snapshot with specified depth. - [Get Order Book Diagnostics](https://condor.hummingbot.org/api-reference/market-data/get-order-book-diagnostics.md): Get diagnostics for a connector's order book tracker. - [Get Price For Quote Volume](https://condor.hummingbot.org/api-reference/market-data/get-price-for-quote-volume.md): Get the price required to fill a specific quote volume on the order book. - [Get Price For Volume](https://condor.hummingbot.org/api-reference/market-data/get-price-for-volume.md): Get the price required to fill a specific volume on the order book. - [Get Prices](https://condor.hummingbot.org/api-reference/market-data/get-prices.md): Get current prices for specified trading pairs from a connector. - [Get Quote Volume For Price](https://condor.hummingbot.org/api-reference/market-data/get-quote-volume-for-price.md): Get the quote volume available at a specific price level on the order book. - [Get Volume For Price](https://condor.hummingbot.org/api-reference/market-data/get-volume-for-price.md): Get the volume available at a specific price level on the order book. - [Get Vwap For Volume](https://condor.hummingbot.org/api-reference/market-data/get-vwap-for-volume.md): Get the VWAP (Volume Weighted Average Price) for a specific volume on the order book. - [Remove Trading Pair](https://condor.hummingbot.org/api-reference/market-data/remove-trading-pair.md): Remove a trading pair from order book tracking. - [Restart Order Book Tracker](https://condor.hummingbot.org/api-reference/market-data/restart-order-book-tracker.md): Restart the order book tracker for a connector. - [Get Accounts Distribution](https://condor.hummingbot.org/api-reference/portfolio/get-accounts-distribution.md): Get portfolio distribution by accounts with percentages. - [Get Portfolio Distribution](https://condor.hummingbot.org/api-reference/portfolio/get-portfolio-distribution.md): Get portfolio distribution by tokens with percentages across all or filtered accounts. - [Get Portfolio History](https://condor.hummingbot.org/api-reference/portfolio/get-portfolio-history.md): Get the historical state of all or filtered accounts portfolio with pagination and interval sampling. - [Get Portfolio State](https://condor.hummingbot.org/api-reference/portfolio/get-portfolio-state.md): Get the current state of all or filtered accounts portfolio. - [Get Available Sources](https://condor.hummingbot.org/api-reference/rate-oracle/get-available-sources.md): Get list of all available rate oracle sources. - [Get Cached Prices](https://condor.hummingbot.org/api-reference/rate-oracle/get-cached-prices.md): Get all cached prices from the rate oracle. - [Get Rate Async](https://condor.hummingbot.org/api-reference/rate-oracle/get-rate-async.md): Get rate for a trading pair using async fetch (direct from exchange). - [Get Rate Oracle Config](https://condor.hummingbot.org/api-reference/rate-oracle/get-rate-oracle-config.md): Get current rate oracle configuration. - [Get Rates](https://condor.hummingbot.org/api-reference/rate-oracle/get-rates.md): Get rates for specified trading pairs. - [Get Single Rate](https://condor.hummingbot.org/api-reference/rate-oracle/get-single-rate.md): Get rate for a single trading pair. - [Update Rate Oracle Config](https://condor.hummingbot.org/api-reference/rate-oracle/update-rate-oracle-config.md): Update rate oracle configuration. - [Root](https://condor.hummingbot.org/api-reference/root.md): API root endpoint returning basic information. - [Create Or Update Script](https://condor.hummingbot.org/api-reference/scripts/create-or-update-script.md): Create or update a script. - [Create Or Update Script Config](https://condor.hummingbot.org/api-reference/scripts/create-or-update-script-config.md): Create or update script configuration. - [Delete Script](https://condor.hummingbot.org/api-reference/scripts/delete-script.md): Delete a script. - [Delete Script Config](https://condor.hummingbot.org/api-reference/scripts/delete-script-config.md): Delete script configuration. - [Get Script](https://condor.hummingbot.org/api-reference/scripts/get-script.md): Get script content by name. - [Get Script Config](https://condor.hummingbot.org/api-reference/scripts/get-script-config.md): Get script configuration by config name. - [Get Script Config Template](https://condor.hummingbot.org/api-reference/scripts/get-script-config-template.md): Get script configuration template with default values. - [List Script Configs](https://condor.hummingbot.org/api-reference/scripts/list-script-configs.md): List all script configurations with metadata. - [List Scripts](https://condor.hummingbot.org/api-reference/scripts/list-scripts.md): List all available scripts. - [Cancel Order](https://condor.hummingbot.org/api-reference/trading/cancel-order.md): Cancel a specific order by its client order ID. - [Get Active Orders](https://condor.hummingbot.org/api-reference/trading/get-active-orders.md): Get active (in-flight) orders across all or filtered accounts and connectors. - [Get Funding Payments](https://condor.hummingbot.org/api-reference/trading/get-funding-payments.md): Get funding payment history across all or filtered perpetual connectors. - [Get Orders](https://condor.hummingbot.org/api-reference/trading/get-orders.md): Get historical order data across all or filtered accounts from the database/registry. - [Get Position Mode](https://condor.hummingbot.org/api-reference/trading/get-position-mode.md): Get current position mode for a perpetual connector. - [Get Positions](https://condor.hummingbot.org/api-reference/trading/get-positions.md): Get current positions across all or filtered perpetual connectors. - [Get Trades](https://condor.hummingbot.org/api-reference/trading/get-trades.md): Get trade history across all or filtered accounts with complex filtering. - [Place Trade](https://condor.hummingbot.org/api-reference/trading/place-trade.md): Place a buy or sell order using a specific account and connector. - [Set Leverage](https://condor.hummingbot.org/api-reference/trading/set-leverage.md): Set leverage for a specific trading pair on a perpetual connector. - [Set Position Mode](https://condor.hummingbot.org/api-reference/trading/set-position-mode.md): Set position mode for a perpetual connector. - [Backtesting](https://condor.hummingbot.org/bots/backtesting.md): Use historical data to research strategy parameters and validate behavior - [Controllers](https://condor.hummingbot.org/bots/controllers.md): V2 strategy components for algorithmic trading - [Bots Overview](https://condor.hummingbot.org/bots/overview.md): Docker containers for long-running trading automation - [Scripts](https://condor.hummingbot.org/bots/scripts.md): V1 scripts for simpler trading automation - [Arbitrage Executor](https://condor.hummingbot.org/executors/arbitrage-executor.md): Simultaneous execution across markets for arbitrage profits - [DCA Executor](https://condor.hummingbot.org/executors/dca-executor.md): Dollar cost averaging across multiple price levels - [Grid Executor](https://condor.hummingbot.org/executors/grid-executor.md): Like Position Executor but with multiple order levels across a price range - [LP Executor](https://condor.hummingbot.org/executors/lp-executor.md): Concentrated liquidity provision on CLMM DEXs - [Order Executor](https://condor.hummingbot.org/executors/order-executor.md): The simplest executor - places and executes a single order - [Overview](https://condor.hummingbot.org/executors/overview.md): Self-contained trading operations with standardized lifecycle and P&L reporting - [Position Executor](https://condor.hummingbot.org/executors/position-executor.md): Places an entry order and manages the position with TP, SL, trailing stop, and time limit - [Position Handover](https://condor.hummingbot.org/executors/position-handover.md): How executors transfer positions to the agent's inventory - [TWAP Executor](https://condor.hummingbot.org/executors/twap-executor.md): Time-weighted average price execution over a duration - [XEMM Executor](https://condor.hummingbot.org/executors/xemm-executor.md): Cross-exchange market making with arbitrage capture - [Adding Credentials](https://condor.hummingbot.org/getting-started/credentials.md): Connect your exchange accounts via API keys - [Build Your First Agent](https://condor.hummingbot.org/getting-started/first-agent.md): Create and deploy an autonomous Trading Agent - [Installing Condor and Hummingbot API](https://condor.hummingbot.org/getting-started/installing.md): Deploy the two-server architecture - [Introduction](https://condor.hummingbot.org/getting-started/overview.md): Step-by-step guide to setting up Condor and building your first Trading Agent - [Seeing Your Portfolio](https://condor.hummingbot.org/getting-started/portfolio.md): View balances and positions across all exchanges - [Managing Agent Sessions](https://condor.hummingbot.org/getting-started/sessions.md): Monitor, inspect, and control running agents - [Telegram Interface](https://condor.hummingbot.org/getting-started/telegram.md): Mobile-friendly interface for controlling Condor via Telegram bot - [Web Dashboard](https://condor.hummingbot.org/getting-started/web-dashboard.md): Browser-based interface for managing Condor - [Installation](https://condor.hummingbot.org/installation.md): Deploy Condor and Hummingbot API - [Introduction](https://condor.hummingbot.org/introduction.md): An open source harness for deploying and managing fleets of AI trading agents - [Integrating your LLM](https://condor.hummingbot.org/llm-integration.md): Configure cloud and local LLM providers for Trading Agents - [Motivation](https://condor.hummingbot.org/motivation.md): Why Condor uses a two-server architecture separating agentic reasoning from deterministic execution - [Gateway](https://condor.hummingbot.org/other-features/gateway.md): DEX trading via Gateway for swaps and liquidity provision - [Keys](https://condor.hummingbot.org/other-features/keys.md): Manage exchange API credentials - [LP](https://condor.hummingbot.org/other-features/lp.md): Liquidity provision on concentrated liquidity DEXs - [Portfolio](https://condor.hummingbot.org/other-features/portfolio.md): Track balances, positions, and P&L across all connected exchanges - [Server](https://condor.hummingbot.org/other-features/server.md): Manage Hummingbot API server connections - [Trade](https://condor.hummingbot.org/other-features/trade.md): Direct trading on centralized exchanges - [Episode 1: Trading Agents in Condor](https://condor.hummingbot.org/podcast/ep1.md): Introducing Condor, the open source harness for building autonomous trading agents - [Episode 2: Building a Grid Scalping Agent](https://condor.hummingbot.org/podcast/ep2.md): Deep dive into session management, grid executor parameters, and agent deployment on Hyperliquid - [Episode 3: Creating Routines](https://condor.hummingbot.org/podcast/ep3.md): Building custom routines for market data, news sentiment, and scheduled automation - [Episode 4: Backtesting](https://condor.hummingbot.org/podcast/ep4.md): Backtesting philosophy, PMM Mister parameters, and why backtesting should be used for parameter research - [Episode 5: Creating Reports and Using Voice Commands](https://condor.hummingbot.org/podcast/ep5.md): Reports feature, voice commands, and the Condor Agents Hackathon announcement - [The Bot Pod](https://condor.hummingbot.org/podcast/overview.md): Weekly podcast exploring AI-powered crypto trading with Hummingbot and Condor - [Creating Routines](https://condor.hummingbot.org/routines/creating-routines.md): Build custom routines for your trading agents - [Global Routines](https://condor.hummingbot.org/routines/global-routines.md): Built-in routines available to all agents - [Routines Overview](https://condor.hummingbot.org/routines/overview.md): Deterministic Python workflows that reduce token usage and improve reproducibility - [Reports](https://condor.hummingbot.org/routines/reports.md): Generate HTML reports with interactive charts from routines - [Agent Builder](https://condor.hummingbot.org/trading-agents/agent-builder.md): Create and configure Trading Agents via Telegram or manually - [Architecture](https://condor.hummingbot.org/trading-agents/architecture.md): Trading Agent file structure, tick engine, and provider system - [Inventory](https://condor.hummingbot.org/trading-agents/inventory.md): Virtual portfolio tracking for Trading Agents - [MCP & Tools](https://condor.hummingbot.org/trading-agents/mcp-tools.md): Model Context Protocol servers that connect Trading Agents to Hummingbot API - [Overview](https://condor.hummingbot.org/trading-agents/overview.md): Autonomous LLM-driven trading agents built on the Trading Agents Standard - [Sessions](https://condor.hummingbot.org/trading-agents/sessions.md): Session management, journal structure, and cross-interface continuity ## OpenAPI Specs - [hummingbot-api](https://condor.hummingbot.org/openapi-sources/hummingbot-api.json) - [openapi](https://condor.hummingbot.org/api-reference/openapi.json)