Check gas fees on Ethereum and Solana without opening a browser.
One command, live data, zero dependencies. ETH gas in Gwei, SOL gas in microLamports, all from free public APIs.
What It Does
python3 gas_checker.py
Output:
=== GAS CHECKER ===
ETH - Current: 8 Gwei | Slow: 6 | Avg: 8 | Fast: 12
SOL - Base fee: 5000 µLamports | Priority: 25000 | TPS: 2850
Single chain:
python3 gas_checker.py --chain eth
python3 gas_checker.py --chain sol
JSON mode for scripts:
python3 gas_checker.py --json
Install
No pip needed:
curl -L https://raw.githubusercontent.com/neuralmint/gas-checker/main/gas_checker.py -o gas_checker.py
python3 gas_checker.py
Or clone:
git clone https://github.com/neuralmint/gas-checker.git
cd gas-checker
python3 gas_checker.py
Support
SOL: 4TGyiYBjaYhFFPNYyCoJjf16ctUsWVBiMR1FXQxEfhWi
ETH: 0xe07f177E0725c11EEc8BeA34C5b5193CaF2a1A6a
Follow for more Python tools.
Top comments (0)