Skip to content

Python Flask web dashboard for Binance API with real-time charts, trade execution, and portfolio management

Notifications You must be signed in to change notification settings

ozgvr/binance-trader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance Trader

Python Flask web dashboard for Binance API with real-time charts, trade execution, and portfolio management

Light Mode Dark Mode

How to get started

1. Clone the repository

git clone https://github.com/ozgvr/binance-trader.git

2. Install required libraries

In project directory run a pip install on requirements file

python -m pip install -r requirements.txt

3. Create a .env file with your Binance API credentials

API_KEY=XXX
SECRET_KEY=XXX

4. Run Flask server

python app.py

5. Open web dashboard in your browser

http://127.0.0.1:5555 Default host for the server is 127.0.0.1 with port 5555. You can edit them from the app.py file.

About

Python Flask web dashboard for Binance API with real-time charts, trade execution, and portfolio management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published