Arrangethe files in this manner. trading_bot/ │ ├── bot/ │ ├── init.py │ ├── client.py │ ├── orders.py │ ├── validators.py │ └── logging_config.py │ ├── cli.py ├── requirements.txt └── .env
To run the program open terminal: python cli.py --symbol BTCUSDT --side BUY --type MARKET --quantity 0.001
Expected Output: --- Order Request --- ...
--- Order Response ---
✅ Order placed successfully