Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices
Pricing
from $1.00 / 1,000 gas checks
Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices
Get real-time Safe, Propose, and Fast ETH gas prices in Gwei. Automate fee-selection logic and execute trades at the cheapest possible moments.
Pricing
from $1.00 / 1,000 gas checks
Rating
0.0
(0)
Developer
Andok
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 days ago
Last modified
Categories
Share
Ethereum Gas Price Monitor
Check current Ethereum gas prices instantly for transaction cost optimization and network monitoring. Returns safe, standard, and fast gas prices in Gwei along with the suggested base fee and latest block number — sourced from the Etherscan gas oracle API. Schedule it every few minutes on Apify to build a gas price history for alerting and analysis.
Features
- Three speed tiers — returns safe (slow), propose (standard), and fast gas prices in Gwei
- Base fee tracking — includes the suggested base fee for EIP-1559 transactions
- Block reference — reports the latest block number for precise timing context
- No API key required — uses the public Etherscan gas oracle endpoint
- Single-request execution — completes in seconds with minimal resource usage
- Pay-per-result pricing — one event per gas check, with charge-limit safety
Input
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
timeoutSeconds | integer | No | 15 | API request timeout in seconds (1-120) |
Input Example
{"timeoutSeconds": 15}
Output
Each run produces one dataset item with the current gas snapshot. Key fields:
network(string) — alwaysEthereum Mainnettimestamp(string) — ISO timestamp of when the check was performedsafeGasPrice(number) — safe (slow) gas price in GweiproposeGasPrice(number) — standard gas price in GweifastGasPrice(number) — fast gas price in GweisuggestBaseFee(number) — suggested base fee in GweilastBlock(string) — latest Ethereum block number
Output Example
{"network": "Ethereum Mainnet","timestamp": "2025-01-20T12:30:00.000Z","safeGasPrice": 8,"proposeGasPrice": 12,"fastGasPrice": 18,"suggestBaseFee": 7.5,"lastBlock": "19235678"}
Pricing
| Event | Cost |
|---|---|
| Gas Check | Pay-per-event (see actor pricing page) |
Use Cases
- Transaction timing — schedule runs every few minutes to find low-gas windows for on-chain transactions
- Cost monitoring — track gas price trends over time with Apify scheduled runs and dataset exports
- DeFi operations — optimize DeFi strategy execution by monitoring network congestion
- Alert systems — combine with webhooks to get notified when gas drops below a threshold
Related Actors
| Actor | What it adds |
|---|---|
| CoinGecko Crypto Scraper | Track ETH and other token prices alongside gas costs |
| Binance Ticker Scraper | Monitor ETH trading prices on Binance in real time |
| Yahoo Finance Scraper | Add traditional market data to your crypto monitoring stack |