Skip to content

The Binance BTC Converter is a real-time cryptocurrency tool that converts various assets into their Bitcoin (BTC) equivalent value using Binance API. Track your total BTC worth across multiple assets with ease.

License

Notifications You must be signed in to change notification settings

benrandom/binance_btc_conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binance BTC Converter


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:

  1. Real-Time Conversion: Utilizes the Binance API to fetch real-time asset prices and convert them into their BTC equivalent.

  2. Multi-Asset Support: Supports conversion for a wide range of cryptocurrencies and assets available on the Binance exchange.


Installation:

  1. Clone the repository to your local machine:

    git clone https://github.com/benrandom/binance_btc_conv.git
    
  2. Navigate to the project directory:

    cd binance-btc-converter
    
  3. Install the required dependencies:

     pip install -r requirements.txt
     
    

Usage:

  1. 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.

  2. Configuration:

    Update the config.json file with your Binance API keys.

    {
      "apiKey": "YOUR_API_KEY",
      "apiSecret": "YOUR_API_SECRET"
    }
  3. Run the Application:

    python3 -m binance_btc_converter
    
  4. 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:

This project is for educational and informational purposes only.

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!

About

The Binance BTC Converter is a real-time cryptocurrency tool that converts various assets into their Bitcoin (BTC) equivalent value using Binance API. Track your total BTC worth across multiple assets with ease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages