Track live EVM gas fees across Ethereum, Base, Polygon, and Arbitrum using free public RPC endpoints with no API key required. Classifies current gas as low,...
Coding
Gas Tracker
Try itMonitor current Ethereum gas prices (Slow/Standard/Fast/Instant tiers) with Gwei values and estimated confirmation times. Use when user asks about ETH gas pr...
What it does
Monitor current Ethereum gas prices (Slow/Standard/Fast/Instant tiers) with Gwei values and estimated confirmation times. Use when user asks about ETH gas prices, wants to check if network is congested, or set gas alerts for transactions. Fetches from public RPC and explorer APIs with automatic fallbacks.
The skill document
Gas Tracker
Monitor Ethereum gas prices in Gwei across Slow / Standard / Fast / Instant tiers.
Quick Use
python scripts/gas_tracker.py
python scripts/gas_tracker.py --fast
python scripts/gas_tracker.py --alert 30
python scripts/gas_tracker.py --json
Output
ETH Gas Tracker | Source: publicnode.com | Block #21345678
Updated: 2026-06-23T07:10:00Z
Tier Gwei ETA
------ ------ -------
Slow 12.0 Gwei ~15 min
Standard 15.0 Gwei ~5 min
Fast 20.0 Gwei ~2 min
Instant 25.0 Gwei ~30 sec
Base Fee: 10.0 Gwei
Status: LOW — Good time to transact
Flags
| Flag | Description |
|---|---|
--slow | Show slow tier only |
--standard | Show standard tier only |
--fast | Show fast tier only |
--instant | Show instant tier only |
--alert GWEI | Exit 0 if standard gas < GWEI, exit 1 if above |
--json | Raw JSON output |
Data Sources
Tries in order: ethereum.publicnode.com RPC → api.blockscout.com → ethgas.info → api.ethgas.watch. Uses the first available.
Alert Script Example
Useful for cron jobs:
python scripts/gas_tracker.py --alert 30 && echo "Gas is low, good to swap!" || echo "Gas too high"
Related skills
Real-time crypto prices, gas, trending tokens, wallet balances, ENS resolution, and token info for OpenClaw agents. Zero API keys required. Zero setup. Use when the user asks about crypto prices, token info, wallet balances, gas costs, trending coins, name resolution, or any blockchain data lookup.
Check live gas prices across Ethereum, Base, Arbitrum, Optimism, and Polygon in one call using free public RPC endpoints (no API key required), rank chains by estimated USD transaction cost, and get a general low-traffic timing note. Built for crypto traders, DeFi users, and smart contract deployers who want to pick the cheapest chain or time before sending a transaction. Complements trading, defi, and smart contract skills by covering the operational cost side of on-chain activity — useful before bridging, swapping, claiming an airdrop, deploying a contract, or moving whale-sized positions where gas costs compound across many transactions.
Crypto & DeFi market data for AI agents — spot prices, market data, DEX liquidity, DeFi protocol TVL, gas prices, Fear & Greed sentiment, trending coins, and...
Full-stack, multi-chain blockchain assistant covering BTC, ETH, BSC, Solana and major L2s. Reads charts and on-chain data, traces wallet and contract fund flows, weighs DeFi/staking yields against risk, and writes or audits Solidity smart contracts. Use it when you want to analyze price action, track an address, size up a yield strategy, or check a contract for exploits. Replies in the language you use (Chinese by default).
Use when you need to query Etherscan API V2 for onchain activity, contract metadata, ABI/source retrieval, proxy implementation discovery, and transaction/lo...