Skip to content

Full-stack crypto trading bot using Python and Binance Testnet API, featuring real-time order execution, trade logging, and an optional deployable React dashboard UI.

spati10/-Crypto-Trading-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📈 Crypto Trading Bot using Python & Binance API

Features

✅ Connects to Binance Futures Testnet using python-binance ✅ Supports Market and Limit orders ✅ Interactive Command-Line Interface (CLI) ✅ Real-time logging of trades ✅ Customizable with .env API keys ✅ Optional React Dashboard for monitoring (frontend folder) ✅ Ready for deployment on Vercel (UI)

🛠️ Tech Stack

Python 3.x python-binance library Binance Futures Testnet CLI for user interaction React (for optional frontend) Vercel (for optional frontend hosting)

Set up your .env file Create a .env file in the root directory and add: API_KEY=your_api_key_here API_SECRET=your_secret_key_here Usage Run the trading bot:

bash Copy Edit python main.py You will be prompted to:

Choose an order type (Market / Limit)

Enter symbol (e.g., BTCUSDT) Enter quantity Enter price (for Limit orders)

Frontend (Optional) now you can use the provided React frontend: cd frontend npm install npm run build

👨‍💻 Author Created by spati10

About

Full-stack crypto trading bot using Python and Binance Testnet API, featuring real-time order execution, trade logging, and an optional deployable React dashboard UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages