{
  "format": "delx/intent-card/v1",
  "id": "base-estimate-gas-api",
  "intent": "estimate gas on base",
  "title": "Base estimateGas API for agents",
  "description": "eth_estimateGas for a bounded call on Base for $0.001 (max 4KB data).",
  "keywords": [
    "estimate gas",
    "base gas estimate",
    "eth_estimateGas",
    "x402 gas"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/base-estimate-gas-api",
  "machine_url": "https://commerce.delx.ai/intents/base-estimate-gas-api.json",
  "recommendation": {
    "tool_name": "get_base_estimate_gas",
    "service_name": "Delx Base Estimate Gas",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/base-estimate-gas",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "to": {
          "type": "string"
        },
        "from": {
          "type": "string"
        },
        "data": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [],
      "additionalProperties": false
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/base-estimate-gas -m POST -H 'x-delx-source: intent-card-base-estimate-gas-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-base-estimate-gas-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/base-estimate-gas"
  }
}
