Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 729 Bytes

File metadata and controls

24 lines (20 loc) · 729 Bytes

Features Place MARKET and LIMIT orders. Automatic order validation (symbol, side, quantity, price). Fetches order details after placement. Logs all activities to bot.log for auditing. Supports Binance Futures Testnet. Easy CLI usage with command-line arguments. Prerequisites Python 3.10+ Binance account (Testnet recommended) Install required Python packages: pip install python-binance Setup

Clone/download the repository.

Open basic_bot.py and insert your Testnet API Key and Secret: API_KEY = "PASTE_YOUR_TESTNET_API_KEY" API_SECRET = "PASTE_YOUR_TESTNET_API_SECRET" Make sure you’re using Binance Futures Testnet:

Testnet base URL: https://testnet.binancefuture.com

Get Testnet keys: https://testnet.binancefuture.com