suenot / profitmaker

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

Home Page:https://profitmaker-react-git-master-suenot.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Profitmaker (previously named "Kupi-terminal") – crypto currency trading terminal

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

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 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. To support the project, you can donate to the following address:

Description for v.1.0.0

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

About

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

https://profitmaker-react-git-master-suenot.vercel.app/

License:GNU General Public License v2.0


Languages

Language:JavaScript 60.2%Language:Vue 29.5%Language:Sass 4.6%Language:CSS 3.2%Language:TypeScript 1.9%Language:HTML 0.6%Language:Dockerfile 0.1%