Introduction
For cryptocurrency investors and engineers, staying updated on market prices is crucial. While tools like Cli-Fyi offer broad functionality, Coinmon provides a streamlined, terminal-based solution exclusively for tracking crypto prices. It fetches real-time data from the Coinmarketcap API, displaying key metrics like market cap, price, and 24-hour changes.
Installing Coinmon
Prerequisites
- Node.js and npm must be installed. If missing, follow official installation guides for your OS.
Installation Steps
Run this command in your terminal:
sudo npm install -g coinmonUsing Coinmon to Track Crypto Prices
Basic Usage
To view the top 10 cryptocurrencies by market cap:
coinmonCustomizing Output
Top N Cryptocurrencies:
coinmon -t 20 # Displays top 20 coinsCurrency Conversion:
Convert prices to INR (Indian Rupees) or other fiats:coinmon -c inrSupported currencies: AUD, EUR, GBP, JPY, etc.
Search by Symbol:
Find Bitcoin (BTC) or Ethereum (ETH) prices:coinmon -f btc,eth
Help Command
For advanced options:
coinmon -hWhy Use Coinmon?
- Real-time data: Pulls from Coinmarketcap’s reliable API.
- Minimalist: No GUI clutter—ideal for developers.
- Flexible: Supports conversions and custom rankings.
FAQs
1. How often does Coinmon update prices?
Prices refresh each time you run the command, ensuring up-to-date data.
2. Can I track historical prices with Coinmon?
No, Coinmon only shows current market data.
3. Is Coinmon free to use?
Yes, it’s an open-source npm package.
4. What if Coinmon fails to fetch data?
Check your internet connection or Coinmarketcap’s API status.
Conclusion
Coinmon simplifies crypto tracking for terminal enthusiasts. For investors, integrating it into daily workflows can save time while providing accurate insights.