trading_bot/ ├── bot/ │ ├── __init__.py │ ├── client.py # Binance REST client (signing, HTTP, error handling) │ ├── orders.py # Order ...
trading_bot/ ├── bot/ │ ├── __init__.py │ ├── client.py # Binance REST client (signing, requests, error handling) │ ├── orders.py ...