Skip to content

fr34k8/profitmaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

 ____            __ _ _                   _
|  _ \ _ __ ___ / _(_) |_ _ __ ___   __ _| | _____ _ __ ___ ___
| |_) | '__/ _ \ |_| | __| '_ ` _ \ / _` | |/ / _ \ '__/ __/ __|
|  __/| | | (_) |  _| | |_| | | | | | (_| |   <  __/ | | (_| (__
|_|   |_|  \___/|_| |_|\__|_| |_| |_|\__,_|_|\_\___|_|(_)___\___|

Profitmaker – crypto currency trading terminal

(previously named "Kupi-terminal")

License Discord Version Version Version codecov Codacy Badge Build Status Open in CodeSandbox Run on Repl.it Mutable.ai documentation Wiki

Open source, customized, extendable trading terminal that supports 100+ 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 v3 github branch. I am going to finish stable version in July of 2025. I will be happy to see you there. Welcome to discuss details in discord.

I announced two projects:

Description for v.1

Demo

Demo

React version: https://react.profitmaker.app/

Vue version: https://vue.profitmaker.app/

Project repositories:

How it works

Demo

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

WARNING

THE SOFTWARE UNDER HEAVY DEVELOPMENT. PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

Quick start

If you had any problems with installing we can help in voice/text Discord chat

API

Server api

Server: https://kupi.network/api (secure) or http://kupi.network/api (faster)

Swagger: try api online

/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/

/balance
/openOrders/:stock/:pair
/myTrades/:stock/:pair
/cancelOrder
/createOrder

Team

Contact Us

For business inquiries contact with Eugen Soloviov

Sponsored Promotion

Want this place? Contact with Eugen Soloviov

Placehodler

Licensing

Profitmaker is licensed under the MIT License with Commons Clause. This means you can:

✅ Allowed:

  • Use Profitmaker for any purpose (personal, commercial, academic)
  • Modify the code
  • Distribute copies
  • Create and sell products built using Profitmaker

❌ Not Allowed:

  • Sell Profitmaker itself
  • Offer Profitmaker as a hosted service
  • Create competing products based on Profitmaker

See the LICENSE file for the complete license text. For commercial licensing or questions about permitted use, you can always contact Eugen Soloviov via Telegram or by email.

About

Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.2%
  • HTML 2.1%
  • Other 0.7%