A Python-based command-line trading bot for Binance Futures using the official Binance API. Easily place market, limit, and stop-limit orders in an interactive terminal. Built for testnet experimentation or real account execution.
- β Interactive CLI for trading
- β Place Market, Limit, and Stop-Limit orders
- β Cancel orders
- β View open orders and balance
- β Get live price quotes
- β Supports Binance Futures Testnet
- π Full logging of all API activity and errors
- π Accepts API key and secret securely via CLI arguments
git clone https://github.com/yourusername/Binance-Trading-Bot.git
cd Binance-Trading-Bot
pip install python-binance
python3 cli.py --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET