Coinmon will check the price of the encrypted currency on the terminal. It will get all the details from the coinmarketcap.com API. is very useful for cryptographic money investors and engineers. --Sk
This article navigates the ◈ installation Coinmon 22%◈ View the encrypted currency price from the command line 30% compiled from | https://www.ostechnix.com/coinmon-check-cryptocurrency-prices-commandline/
Author | Sk
Translator | Geekpi
A while ago, we released a guide to Cli-fyi[1]-a potentially useful command-line query tool. With CLI-FYI, we can easily understand the latest price of encrypted currency and many other useful details. Today, we'll see another encrypted currency price viewing tool called "Coinmon." Unlike Cli.fyi,coinmon can only be used to view the prices of different encrypted currencies. There are no other features. Coinmon will check the price of the encrypted currency on the terminal. It will get all the details from the coinmarketcap.com[2] API. is very useful for cryptographic money investors and engineers.
Install Coinmon
Make sure that you have Node.js and NPM installed on your system. If Node.js and/or NPM are not installed on your machine, please refer to the link below for installation.
After installing Node.js and NPM, run the following command from the terminal to install Coinmon.
sudo npm install-g Coinmon
To view the encrypted currency price from the command line
Run the following command to view the top 10 encrypted currencies of the market capitalisation:
Coinmon
Sample output:
As I said, if you run Coinmon without any parameters, it will display the first 10-bit encrypted currency. You can also use the-t flag to view the highest n-bit encrypted currency, such as 20.
Coinmon-t 20
All prices are shown by default in US dollars. You can also use the-C flag to convert the price from the dollar to another currency.
For example, to convert the price to INR (Indian rupee), run:
Coinmon-c INR
Currently, Coinmon supports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR these currencies.
You can also use the symbol of the encrypted currency to search for prices.
Coinmon-f BTC
Here, BTC is a sign of bitcoin. You can see all the symbols for the encrypted currency available here [3].
For more information, please refer to the Help section for Coinmon:
$ coinmon-h
Usage:coinmon [Options]
Options:
-V,--version output the version number
-C,--convert [currency] convert to your fiat currency (DEFAULT:USD)
-F,--find [symbol] Find specific coin data with coin symbol (can is a comma seperated list) (default:)
-T,--top [index] show the top coins ranked from 1-[index] According to the market cap (Default:null)
-H,--humanize [enable] show market cap as a humanized number, default True (Default:true)
-h,--help output usage information
Hope this will help. There will be something better. Please pay attention.
Cheers!
via:https://www.ostechnix.com/coinmon-check-cryptocurrency-prices-commandline/
Author: sk[5] Translator: GEEKPI proofreading: Wxy
This article by LCTT original compilation, the Linux China Honor launches LCTT translator GEEKPI?? Total Translations: 646 contribution time: 1559 days
Recommended articles
< slide View related articles >
Click on the picture, enter the article ID or identify the two-dimensional code direct
The original link, please visit the "original link" to get clickable text links, full-size artwork and related articles.