1.0.3 • Published 10 months ago

crypto-fiat-coingecko v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

installation

npm install -g crypto-fiat-coingecko

token symbol (API id)

token symbol

get 1 token price in usd

crypto-fiat-coingecko --tokens="ethereum"
# 1 ETH        = 1938.54 USD

get multiple token prices in usd

crypto-fiat-coingecko --tokens="bitcoin, ethereum, matic-network"
# 1 ETH        = 1938.54 USD
# 1 MATIC      = 0.812917 USD
# 1 BTC        = 30339 USD

1 BTC = ? ETH

crypto-fiat-coingecko --tokens="bitcoin:eth"
# 1 BTC        = 15.65162 ETH

1 ETH = ? EUR

crypto-fiat-coingecko --tokens="ethereum:eur"
# 1 ETH        = 1724.9 EUR

List of supported currencies

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago