Check Bitcoin and Cryptocurrency Prices via Command Line

ยท

For cryptocurrency investors and developers, staying updated with real-time price trends is crucial. Here's how to monitor crypto prices efficiently using command-line tools.

Introducing Coinmon: A Lightweight Crypto Price Tracker

Coinmon is a simple yet powerful Node.js-based tool that fetches cryptocurrency prices directly in your terminal. Unlike comprehensive tools like Cli-Fyi, Coinmon specializes exclusively in price tracking by pulling data from CoinMarketCap's API.

Key Features:


Installation Guide

Prerequisites:

Installation Steps:

  1. Open your terminal
  2. Run the global installation command:
sudo npm install -g coinmon

How to Use Coinmon

Basic Price Check

View top 10 cryptocurrencies by market cap:

coinmon

Customizing Output

  1. Expand Results: Show top 20 coins

    coinmon -t 20
  2. Currency Conversion: Display prices in Indian Rupees (INR)

    coinmon -c inr

    Supported currencies include:

    • EUR (Euro)
    • GBP (British Pound)
    • JPY (Japanese Yen)
    • AUD (Australian Dollar)
    • And 25+ others
  3. Specific Coin Lookup: Check Bitcoin price

    coinmon -f btc

Advanced Usage

FlagFunctionExample
-VVersion checkcoinmon -V
-HToggle humanized market capscoinmon -H false
Multiple symbolsCheck several coinscoinmon -f btc,eth,xrp

๐Ÿ‘‰ Discover more crypto tools


FAQ Section

Q1: How often does Coinmon update prices?
A: Prices refresh with each API call (real-time data from CoinMarketCap).

Q2: Can I use Coinmon offline?
A: No, it requires an active internet connection to fetch API data.

Q3: Are there mobile versions available?
A: Currently, Coinmon only operates via command line on desktop systems.

Q4: How accurate are the currency conversions?
A: Rates are pulled from CoinMarketCap's live financial data feeds.


Why Choose Command-Line Tools?

๐Ÿ‘‰ Explore advanced crypto APIs


Note: Always verify cryptocurrency data through multiple sources before making investment decisions.