Real-time crypto market data, gas prices, DeFi TVL analytics, and portfolio simulator.
Built by an independent developer. Free, no ads, no tracking β supported by donations.
No demo server available yet. Run locally in 30 seconds:
pip install flask requests
python app.pyThen open http://localhost:5000
| Feature | Description |
|---|---|
| π° Live Prices | Bitcoin, Ethereum, Solana, BNB, XRP, ADA, DOGE, AVAX, DOT, TRX, LINK, LTC, UNI β 24h change |
| β½ Gas Tracker | Real-time Ethereum gas prices (Low/Avg/High in Gwei) |
| π Portfolio Simulator | Market-cap weighted $10K portfolio with live P&L |
| π¦ DeFi TVL | Top 10 DeFi protocols ranked by Total Value Locked |
| π JSON API | /api/data, /api/prices, /api/gas, /api/defi β all RESTful |
GET /api/dataβ All data (prices, gas, portfolio, DeFi)GET /api/pricesβ Top crypto prices onlyGET /api/gasβ ETH gas prices onlyGET /api/defiβ Top DeFi protocols by TVLGET /donateβ Donation pageGET /healthβ Health check
If you find CryptoScout useful, please consider a donation:
0xdFc476D7Bb10230B26500eEE24e300B26d253561
Accepted: USDT (ERC20/TRC20) Β· ETH Β· Any ERC20 token on any EVM chain
Your support keeps this tool free, fast, and ad-free. Thank you! π
- Backend: Python + Flask
- Data Sources: CoinGecko API, DefiLlama API, Etherscan API
- Frontend: Vanilla JS (no frameworks, no tracking)
MIT β free to use, modify, and share. Donations optionally accepted but never required.