An open API service indexing awesome lists of open source software.

https://github.com/praneshr/crypto-info

All cryptocurrency price, conversion and market info
https://github.com/praneshr/crypto-info

bitcoin cli cli-tool cryptocurrency ethereum nodejs ripple stellar

Last synced: 5 months ago
JSON representation

All cryptocurrency price, conversion and market info

Awesome Lists containing this project

README

          

# Crypto Info

A simple CLI tool for crypto conversions, info and market details

![CLI](https://image.ibb.co/cC8YOH/ezgif_com_video_to_gif_1.gif)

## Install

``` bash
yarn global add crypto-info

# or

npm i crypto-info -g
```

## Usage

``` bash
$ crypto-info -h

Usage: crypto-info [options] [command]

Cryptocurrency converter and market info

Options:

-V, --version output the version number
-h, --help output usage information

Commands:

convert|c Convert fiat to crypto or crypto to fiat or crypto to crypto
price|p [fiat_symbol] Check price of a cryptocurrency in other cryptocurrency or fiat
market|m [options] [fiat_symbol] Cryptocurrency market details

Examples:

$ crypto-info convert 30 XRP ETH
$ crypto-info c 640 XLM INR
$ crypto-info c 100 USD BTC
$ crypto-info price ETH
$ crypto-info p ETH EUR
$ crypto-info market INR
$ crypto-info m INR --limit 25 --watch
$ crypto-info m ETH --only xlm,xrp,btc,ltc
```

## Info

All data are obtained from [coinmarketcap](https://coinmarketcap.com) . There is a rate limit of 10 requests per minute.

## License

MIT