Skip to content

hummingbot/backend-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ac60a14 · Mar 18, 2025
Jul 23, 2024
Nov 18, 2024
Jan 27, 2025
Mar 15, 2025
Nov 15, 2024
May 25, 2024
Dec 12, 2023
Jul 16, 2024
Apr 13, 2024
Dec 12, 2023
Oct 14, 2024
Dec 28, 2023
Jun 12, 2024
Nov 15, 2024
Mar 3, 2025
Nov 26, 2024
Jul 16, 2024
Jul 16, 2024
Oct 31, 2024

Repository files navigation

Backend API

Overview

Backend-api is a dedicated solution for managing Hummingbot instances. It offers a robust backend API to streamline the deployment, management, and interaction with Hummingbot containers. This tool is essential for administrators and developers looking to efficiently handle various aspects of Hummingbot operations.

Features

  • Deployment File Management: Manage files necessary for deploying new Hummingbot instances.
  • Container Control: Effortlessly start and stop Hummingbot containers.
  • Archiving Options: Securely archive containers either locally or on Amazon S3 post-removal.
  • Direct Messaging: Communicate with Hummingbots through the broker for effective control and coordination.

Getting Started

Conda Installation

  1. Install the environment using Conda:
    conda env create -f environment.yml
  2. Activate the Conda environment:
    conda activate backend-api

Running the API with Conda

Run the API using uvicorn with the following command:

uvicorn main:app --reload

Docker Installation and Running the API

For running the project using Docker, follow these steps:

  1. Set up Environment Variables:

    • Execute the set_environment.sh script to configure the necessary environment variables in the .env file:
      ./set_environment.sh
  2. Build and Run with Docker Compose:

    • After setting up the environment variables, use Docker Compose to build and run the project:

      docker compose up --build
    • This command will build the Docker image and start the containers as defined in your docker-compose.yml file.

Usage

This API is designed for:

  • Deploying Hummingbot instances
  • Starting/Stopping Containers
  • Archiving Hummingbots
  • Messaging with Hummingbot instances

To test these endpoints, you can use the Swagger UI or Redoc.

Contributing

Contributions are welcome! For support or queries, please contact us on Discord.