Creating an environment to use the binance API
Creating a Windows 10 Environment
Contents
1. Install Python
2. Install Visual Studio Code (VS code)
3. Install Visual Studio Code Extensions
4. Install Python packages
5. Download and install Binance_Futures_python from github
6. Install binance trading app
7. Get Binance API Keys
8. Set the Windows Date and Time Correctly
1. Install Python
https://www.python.org/downloads/
2. Install Visual Studio Code
https://code.visualstudio.com/
3. Install python (python for VS code) in Visual Studio Code Extensions
4. Install Python packages (in Windows cmd window.)
pip install ccxt
pip install pandas
pip install apscheduler
5. Download and install the binance API files from github
https://github.com/Binance-docs/Binance_Futures_python
7. Get Binance API Keys