Available in Starter

Gas Tracker Module

On-demand gas prices (safe/standard/fast gwei plus base fee) from the Etherscan gas oracle for a configurable EVM chain, with above/below gwei threshold alerts delivered to the group. Requires your own free Etherscan API key.

Live gwei from Etherscan
Above and below threshold alerts
Choice of EVM chain
9:41
5G
G

Gas Tracker Demo

bot

What does the Gas Tracker module do?

On-demand gas prices (safe/standard/fast gwei plus base fee) from the Etherscan gas oracle for a configurable EVM chain, with above/below gwei threshold alerts delivered to the group. Requires your own free Etherscan API key.

  • Cost optimization
  • Transaction timing
  • Fee tracking
Key Features

Everything You Need

Explore all the powerful features included in the Gas Tracker module.

Live gwei from Etherscan

Included with the Gas Tracker module for seamless integration.

Above and below threshold alerts

Included with the Gas Tracker module for seamless integration.

Choice of EVM chain

Included with the Gas Tracker module for seamless integration.

Use Cases

Discover how businesses use the Gas Tracker module

Cost optimization

Perfect for teams looking to implement cost optimization capabilities.

Transaction timing

Perfect for teams looking to implement transaction timing capabilities.

Fee tracking

Perfect for teams looking to implement fee tracking capabilities.

API Reference

Easy to Integrate

Use our RESTful API or webhooks to integrate the Gas Tracker module with your existing systems.

View API Documentation
// Enable Gas Tracker module
curl -X POST https://api.botlaunch.io/v1/modules \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "module": "gas-tracker",
    "enabled": true,
    "config": {
      // Your configuration here
    }
  }'

// Response
{
  "success": true,
  "module": {
    "id": "gas-tracker",
    "name": "Gas Tracker",
    "enabled": true,
    "status": "active"
  }
}

Ready to Use Gas Tracker?

Get started today with our free plan. No credit card required.