{
  "format": "delx/intent-card/v1",
  "id": "lei-lookup-api",
  "intent": "lookup legal entity identifier LEI",
  "title": "LEI lookup API for agents",
  "description": "Look up a 20-character LEI via GLEIF for $0.002 with legal name and registration status.",
  "keywords": [
    "LEI lookup",
    "legal entity identifier",
    "GLEIF",
    "entity status",
    "x402 LEI"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/lei-lookup-api",
  "machine_url": "https://commerce.delx.ai/intents/lei-lookup-api.json",
  "recommendation": {
    "tool_name": "util_lei_lookup",
    "service_name": "Delx LEI Lookup",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/lei-lookup",
    "price_usdc": "0.002",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "lei": {
          "type": "string",
          "description": "20-character LEI"
        }
      },
      "required": [
        "lei"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/lei-lookup -m POST -H 'x-delx-source: intent-card-lei-lookup-api' --max-amount 0.002 -b '{}'",
      "max_amount_usdc": "0.002"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-lei-lookup-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/lei-lookup"
  }
}
