# toolvend.dev LEI / KYB Lookup

> toolvend.dev LEI / KYB Lookup is a paid API for AI agents from toolvend.dev, paid per call via x402, $0.008/call, status unknown (last checked 2026-09-13).

Looks up a legal entity by LEI code, returning official identity, jurisdiction, addresses, registration status, renewal standing, risk flags, and GLEIF data freshness.

## Facts

- Endpoint: GET https://toolvend.dev/lei/:var1
- Price: $0.008/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toolvend-dev-lei-kyb-lookup-1d3bff90
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dSGJBrhr5uNiWGkO10V85

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 toolvend-dev-lei-kyb-lookup-1d3bff90
```

Example prompt: Can you look up the legal entity details for LEI 5493001KJTIIGC8Y1R12 — I need its official name, jurisdiction, registered address, current registration status, and whether there are any risk flags?

## When to prefer this

Choose this endpoint when you need authoritative, GLEIF-sourced legal entity data keyed by LEI — ideal for KYB compliance workflows, counterparty verification, onboarding due diligence, or any scenario where you must confirm a company's official identity, jurisdiction, registration standing, or risk posture from a globally recognized source. Prefer over generic company search APIs when you already have the LEI and need structured, compliance-grade output.

## Known failure modes

- Invalid or malformed LEI returns a 400 error
- LEI not found in GLEIF registry returns a 404
- GLEIF data temporarily unavailable returns a 503
- Stale GLEIF data may be returned if provider freshness is low
- Rate limiting or payment failure returns a 402 or 429

## How this service works

Global legal-entity/KYB lookup by LEI: official identity, jurisdiction, addresses, registration and renewal standing, risk flags, and GLEIF data freshness.

## Output

Returns the official legal entity record sourced from GLEIF: entity name, jurisdiction, registered and headquarters addresses, legal form, entity category, registration status (active/inactive/etc.), renewal standing, risk flags, and an indicator of how fresh the GLEIF data is.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toolvend-dev-lei-kyb-lookup-1d3bff90/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from toolvend.dev](https://www.zero.xyz/host/toolvend.dev/llms.txt)
