{
  "format": "delx/intent-card/v1",
  "id": "abi-type-index-api",
  "intent": "ABI Type Index for an agent workflow",
  "title": "ABI Type Index API for agents",
  "description": "Index ABI type frequency for planning encodings without performing eth_call — call when indexing ABI type frequency before encoding. Use for chain input hygiene without live RPC—adjacent to OneSource-class small chain reads, but static/local only so rights and margin stay clear. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "ABI Type Index API",
    "ABI Type Index for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/abi-type-index-api",
  "machine_url": "https://commerce.delx.ai/intents/abi-type-index-api.json",
  "recommendation": {
    "tool_name": "util_abi_type_index",
    "service_name": "Delx ABI Type Index",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/abi-type-index",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "types": {
          "description": "ABI type strings to index (e.g. address, uint256).",
          "type": "array"
        }
      },
      "required": [
        "types"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "types": [
        "address",
        "uint256",
        "address",
        "bytes"
      ]
    },
    "example_output": {
      "schema": "delx/util-abi-type-index/v1",
      "type_count": 4,
      "unique_types": 3,
      "index": [
        {
          "type": "address",
          "count": 2
        },
        {
          "type": "uint256",
          "count": 1
        },
        {
          "type": "bytes",
          "count": 1
        }
      ],
      "advisory": "Index only; does not encode or eth_call."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/abi-type-index -m POST -H 'x-delx-source: intent-card-abi-type-index-api' --max-amount 0.003 -b '{\"types\":[\"address\",\"uint256\",\"address\",\"bytes\"]}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-abi-type-index-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/abi-type-index"
  }
}
