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

Balancer API is a RESTful API that can be interacted with through the HTTPS Protocol. It is responsible for running the Value Averaging Strategy and can be managed from the GUI.

Scripts

Build the API

npm run build

Tests

# Run the e2e tests
npm run test:e2e

# Run the integration tests
npm run test:integration

# Run the unit tests
npm run test:unit

# Run the benchmarks
npm run test:bench

Releases

No releases published

Packages

No packages published