Skip to content

The Balancer API is a user-friendly RESTful interface designed to simplify the implementation of Value Averaging Strategies on any Bitcoin Spot Market.

License

Notifications You must be signed in to change notification settings

bitcoin-balancer/api

Repository files navigation

Balancer API

The Balancer API is a user-friendly RESTful interface designed to simplify the implementation of Value Averaging Strategies on any Bitcoin Spot Market. Its intuitive design and powerful features empower you to:

  • Automate Your Investment Strategy: Execute Value Averaging trades automatically, freeing you from manual execution and market timing concerns.
  • Adapt to Any Market: Seamlessly deploy your Value Averaging Strategy across multiple Bitcoin Spot Markets, providing flexibility and adaptability.
  • Configure with Ease: Manage and configure your Value Averaging parameters through a user-friendly GUI, simplifying setup and customization.

With the Balancer API, you can confidently implement a proven investment strategy, maximizing your potential returns while minimizing the time and effort required.


Docs


Docker Image

jesusgraterol/balancer-api


Scripts

Build the API

npm run build

Tests

Important: these tests are to be executed from Balancer CLI as they must run in a containerized environment.

# run the integration tests
npm run test:integration

# run the unit tests
npm run test:unit

# run the benchmarks
npm run test:bench

License

Apache v2.0