Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suenot/profitmaker
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
https://github.com/suenot/profitmaker
binance bitcoin bot ccxt crypto cryptocurrency dashboard exchange exchange-markets exchange-trading stock stock-data terminal trade trader trader-workstation trading trading-api trading-platform trading-strategies
Last synced: 3 months ago
JSON representation
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
- Host: GitHub
- URL: https://github.com/suenot/profitmaker
- Owner: suenot
- License: gpl-2.0
- Created: 2018-09-24T20:59:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T10:39:18.000Z (6 months ago)
- Last Synced: 2024-05-22T23:11:25.570Z (6 months ago)
- Topics: binance, bitcoin, bot, ccxt, crypto, cryptocurrency, dashboard, exchange, exchange-markets, exchange-trading, stock, stock-data, terminal, trade, trader, trader-workstation, trading, trading-api, trading-platform, trading-strategies
- Language: JavaScript
- Homepage: https://profitmaker-react-git-master-suenot.vercel.app/
- Size: 18.4 MB
- Stars: 249
- Watchers: 17
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Profitmaker (previously named "Kupi-terminal") – crypto currency trading terminal
[![License](https://img.shields.io/badge/licence-GPL--2.0-blue.svg)](https://raw.githubusercontent.com/kupi-network/kupi-terminal/master/LICENSE) [![Discord](https://img.shields.io/discord/430374279343898624.svg?color=4D64BA&label=chat%20on%20discord)](https://discord.gg/2PtuMAg) ![Version](https://img.shields.io/badge/express_server-0.6.0-blue.svg) ![Version](https://img.shields.io/badge/react_client-0.6.0-blue.svg) ![Version](https://img.shields.io/badge/vue_client-0.3.0-blue.svg) [![codecov](https://codecov.io/gh/kupi-network/kupi-terminal/branch/master/graph/badge.svg)](https://codecov.io/gh/kupi-network/kupi-terminal) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/a0b7b6b595fd4b3db3818fed7665b1bf)](https://www.codacy.com/app/suenot/kupi-terminal?utm_source=github.com&utm_medium=referral&utm_content=kupi-network/kupi-terminal&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/kupi-network/kupi-terminal.svg?branch=master)](https://travis-ci.org/kupi-network/kupi-terminal) [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/suenot/kupi-terminal) [![Run on Repl.it](https://repl.it/badge/github/suenot/kupi-terminal)](https://repl.it/github/suenot/kupi-terminal)
Open source, customized, extendable trading terminal that supports 130+
crypto exchanges.# Important announcement
I started the new full rewrite of the project. It will be more stable, more secure and more flexible. You can check it [v2.0.0-dev](https://github.com/suenot/profitmaker/tree/v2.0.0-dev) github branch. I am going to finish stable version in July 2024. I will be happy to see you there. Welcome to discuss details in [discord](https://discord.com/invite/2PtuMAg). To support the project, you can donate to the following address:
- ETH erc20: [0x2827931ECF65398a78ed97EcC44B503ee554D0A7](https://etherscan.io/address/0x2827931ECF65398a78ed97EcC44B503ee554D0A7)# Description for v.1.0.0
[![Demo](https://github.com/kupi-network/kupi-terminal/blob/master/demo.png?raw=true)](https://profitmaker-react-git-master-suenot.vercel.app/)
## [Demo](#demo) ·[How it works](#how-it-works) · [Features](#features) · [Technologies](#technologies) · [Warning](#warning) · [Quick start](#quick-start) · [Supported exchange markets](https://github.com/kupi-network/kupi-terminal/blob/master/MARKETS.md) · [React vs Vue](https://github.com/kupi-network/kupi-terminal/blob/master/REACT_VS_VUE.md) · [API](#api) · [Vocabulary](https://github.com/kupi-network/kupi-terminal/blob/master/VOCABULARY.md) · [Privacy policy](https://github.com/kupi-network/kupi-terminal/blob/master/PRIVACY_POLICY.md) · [Terms of use](https://github.com/kupi-network/kupi-terminal/blob/master/TERMS_OF_USE.md) · [Changelog](https://github.com/kupi-network/kupi-terminal/blob/master/CHANGELOG.md) · [Roadmap](https://github.com/kupi-network/kupi-terminal/blob/master/ROADMAP.md) · [Support us](#support-us) · [Team](#team) · [Contact us](#contact-us)
## Demo
React version: [https://react.profitmaker.app/](https://react.profitmaker.app/)
Vue version: [https://vue.profitmaker.app/](https://vue.profitmaker.app/)
## Project repositories:
- [React version](https://github.com/suenot/profitmaker-react)
- [Vue version](https://github.com/suenot/profitmaker-vue)
- [Express server](https://github.com/suenot/profitmaker-express)
- [Kupi-network API](https://github.com/suenot/kupi-terminal-api) (deprecated)
## How it works
![Demo](https://github.com/kupi-network/kupi-terminal/blob/master/structure.png?raw=true)
## Features
- Open source
- Your api keys stay on your machine, no need to send them anywhere
- Customized with dashboards and widgets
- Extendable with users modules
- Free realtime API (Timeseries will be in immediate future)
- Framework for creating trading bots## Technologies
- [React](https://github.com/facebook/react),
- [react-grid-layout](https://github.com/STRML/react-grid-layout),
- [material-ui](https://github.com/mui-org/material-ui)
- [Vue](https://github.com/vuejs/vue),
- [vue-grid-layout](https://github.com/jbaysolutions/vue-grid-layout),
- [element](https://github.com/ElemeFE/element),
- [movue](https://github.com/nighca/movue),
- [v-charts](https://github.com/ElemeFE/v-charts)
- [Mobx](https://github.com/mobxjs/mobx)
- [Express](https://github.com/expressjs/express)
- [Mongo](https://github.com/mongodb/mongo)
- [CCXT](https://github.com/ccxt/ccxt)
- [Flaticon](https://www.flaticon.com/)
- [Echarts](https://github.com/apache/incubator-echarts)## WARNING
THE SOFTWARE UNDER HEAVY DEVELOPMENT. PROVIDED "AS IS", WITHOUT WARRANTY
OF ANY KIND.## Quick start
### [TL;DR](https://github.com/kupi-network/kupi-terminal/blob/master/INSTALL_TL_DR.md)
### [Install with docker](https://github.com/kupi-network/kupi-terminal/blob/master/INSTALL_WITH_DOCKER.md)
### [Install manually](https://github.com/kupi-network/kupi-terminal/blob/master/INSTALL_MANUALLY.md)
If you had any problems with installing we can help in [voice/text
Discord chat](https://discord.gg/2PtuMAg)## API
### Server api
Server: [https://kupi.network/api](https://kupi.network/api) (secure) or
[http://kupi.network/api](http://kupi.network/api) (faster)Swagger: [try api
online](https://app.swaggerhub.com/apis-docs/soloviofff/kupi.network/1.0.0)```bash
/stocks
/binance/pairs
/binance/orders/ETH_BTC
/binance/trades/ETH_BTC
/binance/candles/ETH_BTC/1m # timeframes: ['1m', '3m', '5m', '15m', '30m', '1H', '2H', '4H', '6H', '12H', 'D', 'W', 'M']
/coinmarketcap
```#### terminal server api:
```http://localhost:8051/```
```bash
/balance
/openOrders/:stock/:pair
/myTrades/:stock/:pair
/cancelOrder
/createOrder
```## Team
- Eugen Soloviov [github](https://github.com/suenot) [facebook](https://www.facebook.com/soloviov.evgeniy)
- Sergey Soloviov [github](https://github.com/soloviofff)
- Igor Korotin [github](https://github.com/markolofsen)
- Vladimir Romanovich [github](https://github.com/ibnteo)## Contact Us
For business inquiries contact with [Eugen Soloviov](https://www.facebook.com/soloviov.evgeniy)
## Sponsored Promotion
Want this place? Contact with [Eugen Soloviov](https://www.facebook.com/soloviov.evgeniy/)
![Placehodler](https://user-images.githubusercontent.com/1707/48204972-43569e00-e37c-11e8-9cf3-b86e3dc19ee9.png)