# GLEIF LEI Registry Lookup

> GLEIF LEI Registry Lookup is a paid API for AI agents from x402-seller-202595743428.europe-west1.run.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Looks up Legal Entity Identifier (LEI) records from the official GLEIF global registry by LEI code or company legal name.

## Facts

- Endpoint: GET https://x402-seller-202595743428.europe-west1.run.app/lei
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gleif-lei-registry-lookup-5ec15afb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W7EiHDuKkTauHHiBoa2s4

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability gleif-lei-registry-lookup-5ec15afb
```

Example prompt: Can you look up the official GLEIF LEI record for Deutsche Bank — I need its LEI code, registration status, country, and jurisdiction?

## When to prefer this

Use this endpoint when you need authoritative, official GLEIF registry data for an entity — specifically when you have either a 20-character LEI code to resolve or a legal company name to search. Prefer this over general business lookup tools when LEI compliance data (status, jurisdiction) is required for KYC/KYB, financial reporting, or regulatory filings. It complements the sibling EU KYB endpoint when LEI-specific data is the primary need.

## Known failure modes

- No matches found for an obscure or misspelled company name
- Ambiguous name returns multiple matches requiring disambiguation
- Invalid or malformed LEI code format returns empty results
- GLEIF registry data may be stale for recently registered or de-registered entities
- Rate limiting or payment failure for $0.01 USDC per call

## How this service works

Global Legal Entity Identifier (LEI) lookup — official GLEIF registry. POST {query} = a 20-char LEI code OR a company legal name. Returns {matches: [{lei, name, status, country, city, jurisdiction}]}.

## Output

Returns a list of matching entities, each containing: the 20-character LEI code, official legal entity name, registration status (e.g. active/lapsed), country, city, and jurisdiction of the entity as recorded in the GLEIF global registry.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "LEI code (20 chars) or legal name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gleif-lei-registry-lookup-5ec15afb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-seller-202595743428.europe-west1.run.app](https://www.zero.xyz/host/x402-seller-202595743428.europe-west1.run.app/llms.txt)
