Disponible en Starter

Gas Tracker Módulo

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

¿Qué hace el módulo Gas Tracker?

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
Características Principales

Todo lo que Necesitas

Explora todas las potentes características incluidas en el módulo Gas Tracker.

Live gwei from Etherscan

Incluido con el módulo Gas Tracker para una integración perfecta.

Above and below threshold alerts

Incluido con el módulo Gas Tracker para una integración perfecta.

Choice of EVM chain

Incluido con el módulo Gas Tracker para una integración perfecta.

Casos de Uso

Descubre cómo las empresas usan el módulo Gas Tracker

Cost optimization

Perfecto para equipos que buscan implementar capacidades de cost optimization.

Transaction timing

Perfecto para equipos que buscan implementar capacidades de transaction timing.

Fee tracking

Perfecto para equipos que buscan implementar capacidades de fee tracking.

Referencia API

Fácil de Integrar

Usa nuestra API RESTful o webhooks para integrar el módulo Gas Tracker con tus sistemas existentes.

Ver Documentación API
// 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"
  }
}

¿Listo para usar Gas Tracker?

Comienza hoy con nuestro plan gratuito. No se requiere tarjeta de crédito.