Real-Time Gas Fees Tracker for 34+ Blockchains
gasfeescalculator.com

Gas Price Widget

by gasfeescalculator.com

Embed real-time gas prices on your website with our customizable widgets.

Standard Widget

Ethereum Gas Pricegasfeescalculator.com
0 Gwei
Current Gas Price
Low: 0 Gwei
High: 0 Gwei
<iframe src="https://gasfeescalculator.com/widget/standard" width="300" height="200" frameborder="0"></iframe>

Minimal Widget

Ethereum Gas Pricegasfeescalculator.com
0 Gwei
Average Gas Price
<iframe src="https://gasfeescalculator.com/widget/minimal" width="200" height="100" frameborder="0"></iframe>

Detailed Widget

Ethereum Gas Pricegasfeescalculator.com
0 Gwei
0 Gwei
0 Gwei
Last updated: 11:46:15 PM
<iframe src="https://gasfeescalculator.com/widget/detailed" width="400" height="300" frameborder="0"></iframe>

Dark Theme Widget

Ethereum Gas Pricegasfeescalculator.com
0 Gwei
Current Gas Price
Low: 0 Gwei
High: 0 Gwei
<iframe src="https://gasfeescalculator.com/widget/dark" width="300" height="200" frameborder="0"></iframe>

Custom Integration

For more advanced integrations or custom styling, you can use our API directly:


fetch('https://api.gasfeescalculator.com/v1/gas-prices')
  .then(response => response.json())
  .then(data => {
    console.log('Current gas prices:', data);
    // Update your UI with the gas price data
  });