Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices avatar

Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices

Pricing

from $1.00 / 1,000 gas checks

Go to Apify Store
Ethereum Gas Tracker API | Scrape Real-Time Gwei Prices

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

Andok

Maintained by Community

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

FieldTypeRequiredDefaultDescription
timeoutSecondsintegerNo15API 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) — always Ethereum Mainnet
  • timestamp (string) — ISO timestamp of when the check was performed
  • safeGasPrice (number) — safe (slow) gas price in Gwei
  • proposeGasPrice (number) — standard gas price in Gwei
  • fastGasPrice (number) — fast gas price in Gwei
  • suggestBaseFee (number) — suggested base fee in Gwei
  • lastBlock (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

EventCost
Gas CheckPay-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
ActorWhat it adds
CoinGecko Crypto ScraperTrack ETH and other token prices alongside gas costs
Binance Ticker ScraperMonitor ETH trading prices on Binance in real time
Yahoo Finance ScraperAdd traditional market data to your crypto monitoring stack