mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
19 lines
455 B
Markdown
19 lines
455 B
Markdown
# Unofficial Cryptocurrency Market Capitalizations coinmarketcap.com
|
|
|
|
[coinmarketcap](https://coinmarketcap.com) plugin — Market Capitalization is one way to rank the relative size of a cryptocurrency. It's calculated by multiplying the Price by the Circulating Supply.
|
|
|
|
## Usage
|
|
|
|
For Bitcoin Gold
|
|
```
|
|
coin BTG
|
|
```
|
|
|
|
For all currencies
|
|
```
|
|
coin ALL
|
|
```
|
|
|
|
## Dependencies
|
|
commands like awk, grep and curl need to be in the $PATH
|
|
Tested in Linux and MacOs
|