# LEI Lookup via GLEIF

> LEI Lookup via GLEIF is a paid API for AI agents from lei-lookup.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Look up legal entity details (name, jurisdiction, registration status) for any Legal Entity Identifier (LEI) using GLEIF data

## Facts

- Endpoint: POST https://lei-lookup.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lei-lookup-via-gleif-bdc99e41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sr2Chx_NihWTlDvm1mGTV

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 lei-lookup-via-gleif-bdc99e41 -d '<json body>'
```

Example prompt: Can you look up the legal name, jurisdiction, and registration status for LEI code 549300MLUDYVRQOOXS22?

## When to prefer this

Use this endpoint when you need deterministic, keyless GLEIF-sourced LEI resolution without managing API keys — ideal for compliance workflows, counterparty verification, KYC enrichment, or any scenario requiring official legal entity details from an LEI code. Prefer this over direct GLEIF API calls when you want a simple POST interface with per-call micropayment pricing.

## Known failure modes

- Invalid LEI format returns an error
- LEI not found in GLEIF registry returns empty or not-found response
- Upstream GLEIF API failure returns no charge and an error indicator
- Missing or malformed X-WALLET header may result in billing errors after free tier is exhausted

## How this service works

Legal Entity Identifier (LEI) lookup via GLEIF: legal name, jurisdiction, status and registration for any LEI. Deterministic, keyless.

## Output

Returns the legal entity's official name, jurisdiction of incorporation, LEI registration status (e.g. ISSUED, LAPSED, ANNULLED), and registration metadata as sourced from GLEIF for the given LEI code.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lei": {
   "type": "string",
   "description": "lei"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "lei-lookup",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lei-lookup-via-gleif-bdc99e41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lei-lookup.hergertsynthora.com](https://www.zero.xyz/host/lei-lookup.hergertsynthora.com/llms.txt)
