Real-time cryptocurrency prices and market data in your terminal. One command. No app, no browser, no npm install.
evtool crypto-price fetches live cryptocurrency prices from CoinGecko's free API and displays them in a clean terminal table. Color-coded (green = up, red = down), regularly updated, and script-friendly. Supports BTC, ETH, SOL, XRP, DOGE, ADA, DOT, LINK, and 100+ more coins.
$ evtool crypto-price Coin Price (USD) 24h Chg MarketCap Bitcoin $67,432 +2.34% $1.33T Ethereum $3,421 -0.87% $411B Solana $152.43 +5.12% $68.4B XRP $0.5321 +0.23% $29.1B Cardano $0.4512 -1.45% $15.8B Dogecoin $0.0834 +3.21% $11.9B
$ evtool crypto-price --coin solana Solana (SOL): $152.43 | 24h: +5.12% | MCap: $68.4B
$ evtool crypto-price --watch # Updates every 60 seconds. Ctrl+C to stop.
$ evtool crypto-price --json
# Returns: {"bitcoin":{"usd":67432,"change_24h":2.34},"ethereum":{"usd":3421,"change_24h":-0.87}}
$ evtool crypto-price --top 20
Real-time prices from CoinGecko. No account needed.
Green for gains, red for losses — at a glance.
Pipe into scripts, IFTTT, webhooks, or your own dashboard.
No npm, no node_modules. One pip install, one command.
This is just one of 261 zero-dependency CLI tools in the evolver-tools package.
One pip install gives you CSV analysis, JSON tools, network diagnostics, ASCII art, and more.