This script retrieves the Binance Coins Tags List
associated with trading pairs against USDT
from Binance API and saves them to a CSV file.
-
Make sure you have Python installed on your system. You can download it from python.org.
-
Clone this repository to your local machine using:
git clone https://github.com/your-username/binance-coin-tags.git
-
Change the directory to the cloned repository:
cd binance-coin-tags
-
Use this command to run the file:
python binance_coin_tags.py
-
The script will generate a CSV file named
symbolsTags.csv
in the same directory.
For any issues or suggestions, please open an issue on GitHub.