Gas Price Oracle avatar

Gas Price Oracle

Pricing

Pay per usage

Go to Apify Store
Gas Price Oracle

Gas Price Oracle

Multi-chain gas prices for Ethereum, Base, Arbitrum, Optimism

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Yunare Maia

Yunare Maia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Multi-chain Gas Price Oracle

Real-time gas prices for 8 EVM chains with fallback redundancy. Built for AI agents, DeFi apps, and transaction optimization.

Features

  • 8 chains: Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, Avalanche, Gnosis
  • Multiple sources: Blocknative, GasNow (ETH), and redundant RPCs (4x Ethereum, 3x Base, 2x others)
  • EIP-1559 aware: base fee + priority fee + max fee per chain
  • L2 data fees: estimated L1 data fee for Arbitrum, Optimism, Base
  • Gas spike alerts: webhook notifications on fee spikes or rapid changes
  • Block number: included for transaction planning

Input

FieldTypeDefaultDescription
chainsarray["ethereum","base","arbitrum","optimism","polygon"]Chains to monitor
intervalSecondsint30Check interval (15s - 300s)
webhookUrlstringWebhook URL for gas spike alerts
maxRunsint1Max checks (default 1 = run once and finish; set higher for continuous monitoring)
gasSpikeThresholdGweinumber50Gas fee (gwei) to trigger alert
includeL2FeesbooltrueInclude L1 data fee estimates for L2s

Example Input

{
"chains": ["ethereum", "base", "arbitrum", "optimism", "polygon"],
"intervalSeconds": 30,
"gasSpikeThresholdGwei": 50,
"includeL2Fees": true
}

Output (dataset)

{
"timestamp": "2026-08-06T01:48:40.458Z",
"chain": "ethereum",
"base_fee_gwei": 12.34,
"priority_fee_gwei": 1.2,
"max_fee_gwei": 13.54,
"l1_data_fee_gwei": null,
"block_number": 21045231,
"source": "rpc"
}

Use Cases

  • AI agents: check gas before submitting transactions
  • Bridging: find cheapest time to bridge assets
  • Trading bots: optimize transaction timing
  • Monitoring: alert on gas spikes affecting dApp users

Pricing

Free for demo runs. Production runs billed per Apify usage units.