BCH Satoshis to USD Converter

Converts BCH satoshis to USD using CoinGecko API and displays it in US format (e.g., $2,000.00) next to Spendable amount on memo.cash

作者
racunix
日安装量
0
总安装量
0
评分
0 0 0
版本
1.0
创建于
2025-08-04
更新于
2025-08-04
大小
3.9 KB
许可证
暂无
适用于

BCH Satoshis to USD Converter

This userscript enhances your experience on memo.cash by converting Bitcoin Cash (BCH) satoshis to US dollars (USD). Utilizing the CoinGecko API, the script fetches the current BCH to USD exchange rate and displays the equivalent USD value next to the spendable amount of satoshis.

Features:

  • Real-time Conversion: Automatically retrieves the latest BCH to USD price from CoinGecko.
  • User-Friendly Formatting: Displays the converted amount in a clear US currency format (e.g., $2,000.00).
  • Dynamic Updates: Monitors changes in the memo.cash interface to ensure the displayed values are always up-to-date.
  • Easy Installation: Simple to install and use with Tampermonkey or similar userscript managers.

How It Works:

  1. The script identifies the spendable satoshis displayed on memo.cash.
  2. It fetches the current BCH price in USD from the CoinGecko API.
  3. The script converts the satoshis to BCH and then to USD.
  4. Finally, it formats the USD amount and displays it next to the original satoshis value.

Installation:

To use this script, install Tampermonkey or a similar userscript manager, and add this script to your dashboard. Once installed, navigate to memo.cash, and the conversion will occur automatically.

Notes:

  • Ensure you have an active internet connection for the script to fetch the latest prices.
  • This script is open-source and can be modified to suit your needs.