{
  "format": "delx/intent-card/v1",
  "id": "evm-batch-gas-sum-api",
  "intent": "EVM Batch Gas Sum for an agent workflow",
  "title": "EVM Batch Gas Sum API for agents",
  "description": "EVM Batch Gas Sum: EVM Batch Gas Sum sums gas limits and fee ceilings across a transaction batch from bounded caller-supplied values without an external provider. Call EVM Batch Gas Sum before signing, submitting, replacing, or accepting an EVM/Base transaction assembled from caller-owned data. Returns normalized transaction evidence, calculated budget or shape findings, and a fail-closed preflight status for EVM Batch Gas Sum as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Uses caller-supplied values only; it performs no RPC call, signing, broadcasting, balance lookup, custody, trading, or live-chain claim. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "EVM Batch Gas Sum API",
    "EVM Batch Gas Sum for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/evm-batch-gas-sum-api",
  "machine_url": "https://commerce.delx.ai/intents/evm-batch-gas-sum-api.json",
  "recommendation": {
    "tool_name": "util_evm_batch_gas_sum",
    "service_name": "EVM Batch Gas Sum",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/evm-batch-gas-sum",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "transactions": {
          "type": "array",
          "maxItems": 256,
          "items": {
            "type": "object",
            "maxProperties": 128,
            "additionalProperties": true
          },
          "description": "Transactions supplied to EVM Batch Gas Sum; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "transactions"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "transactions": [
        {
          "gas_limit": 21000,
          "max_fee_per_gas_wei": "1000000000"
        },
        {
          "gas_limit": 50000,
          "max_fee_per_gas_wei": "1200000000"
        }
      ]
    },
    "example_output": {
      "schema": "delx/util-evm-batch-gas-sum/v1",
      "operation": "evm_preflight:evm_batch_gas_sum",
      "status": "pass",
      "result": {
        "total_gas": 71000,
        "fee_ceiling_wei": "81000000000000",
        "transaction_count": 2
      },
      "evidence": {
        "input_sha256": "37fd9d992f36719b2a5335554b644d0245f5e690b6bf017cfb5b8cb21fe3dbde",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/evm-batch-gas-sum -m POST -H 'x-delx-source: intent-card-evm-batch-gas-sum-api' --max-amount 0.001 -b '{\"transactions\":[{\"gas_limit\":21000,\"max_fee_per_gas_wei\":\"1000000000\"},{\"gas_limit\":50000,\"max_fee_per_gas_wei\":\"1200000000\"}]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-evm-batch-gas-sum-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/evm-batch-gas-sum"
  }
}
