An open API service indexing awesome lists of open source software.

https://github.com/bitcoin-balancer/api

The api is a RESTful service that seamlessly integrates with your configured exchange(s), feeds real-time market data to indicators, and executes your defined trading strategy.
https://github.com/bitcoin-balancer/api

bitcoin dca dollar-cost-averaging investment open-source profit strategy trading trading-strategy value-averaging

Last synced: 6 months ago
JSON representation

The api is a RESTful service that seamlessly integrates with your configured exchange(s), feeds real-time market data to indicators, and executes your defined trading strategy.

Awesome Lists containing this project

README

          

# `api`

The `api` is a RESTful service that seamlessly integrates with your configured exchange(s), feeds real-time market data to indicators, and executes your defined trading strategy. It enables you to:

* **Automate your strategy** – Eliminate the need for constant monitoring and manual trades
* **Trade on any exchange** – Stay flexible by using your preferred exchange platform
* **Effortless configuration** – Manage and fine-tune your strategy’s parameters directly via the [`gui`](https://github.com/bitcoin-balancer/gui)

With the `api`, you can confidently execute a proven trading strategy, optimizing returns while minimizing manual effort.


## Docs

- [Errors](./docs/errors/index.md)


## Docker Image

[jesusgraterol/balancer-api](https://hub.docker.com/r/jesusgraterol/balancer-api)


## Scripts

Build the API

```bash
npm run build
```


## Tests

**Important:** these tests are to be executed from [`cli`](https://github.com/bitcoin-balancer/cli) as they must run in a containerized environment.

```bash
# 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](https://www.apache.org/licenses/LICENSE-2.0)