{
  "format": "delx/intent-card/v1",
  "id": "wei-to-eth-api",
  "intent": "Wei to Ether Converter for an agent workflow",
  "title": "Wei to Ether Converter API for agents",
  "description": "Scale wei integer strings into ether for dashboards and receipts. Call when displaying balances, receipts, or logs that arrive in wei. Returns eth float plus wei string as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.",
  "keywords": [
    "Wei to Ether Converter API",
    "Wei to Ether Converter for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/wei-to-eth-api",
  "machine_url": "https://commerce.delx.ai/intents/wei-to-eth-api.json",
  "recommendation": {
    "tool_name": "util_wei_to_eth",
    "service_name": "Wei to Ether Converter",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/wei-to-eth",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "wei": {
          "description": "Input field: wei.",
          "type": "string"
        }
      },
      "required": [
        "wei"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "wei": "50000000000000000"
    },
    "example_output": {
      "schema": "delx/util-wei-to-eth/v1",
      "wei": "50000000000000000",
      "eth": 0.05
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/wei-to-eth -m POST -H 'x-delx-source: intent-card-wei-to-eth-api' --max-amount 0.001 -b '{\"wei\":\"50000000000000000\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-wei-to-eth-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/wei-to-eth"
  }
}
