Introduction:
The Binance BTC Converter is a tool designed to provide real-time conversion of various assets into their equivalent Bitcoin (BTC) value. This application utilizes the Binance API to fetch real-time asset prices and calculates their BTC values. It offers a simple yet powerful solution for users to track their total BTC worth across multiple assets.
Features:
-
Real-Time Conversion: Utilizes the Binance API to fetch real-time asset prices and convert them into their BTC equivalent.
-
Multi-Asset Support: Supports conversion for a wide range of cryptocurrencies and assets available on the Binance exchange.
Installation:
-
Clone the repository to your local machine:
git clone https://github.com/benrandom/binance_btc_conv.git
-
Navigate to the project directory:
cd binance-btc-converter
-
Install the required dependencies:
pip install -r requirements.txt
Usage:
-
Set Up API Keys:
Obtain your API keys from Binance by creating an API key with the necessary permissions for fetching account information and asset prices.
-
Configuration:
Update the
config.json
file with your Binance API keys.{ "apiKey": "YOUR_API_KEY", "apiSecret": "YOUR_API_SECRET" }
-
Run the Application:
python3 -m binance_btc_converter
-
View Total BTC Value:
The application will automatically calculate and display the total BTC value of your assets.
Contributing:
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or send an E-Mail to ben.random0@proton.me.
License:
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer:
Credits:
This project was created by benrandom.
Contact:
For any inquiries, you can reach out to ben.random0@proton.me.
Thank you for using the Binance BTC Converter!