Legal Entity Identifier lookup by company name
lei_lookupResolve a company name to its Legal Entity Identifier (LEI) and retrieve registration data: legal name, addresses, legal form, and status. Lapsed entities are returned with a flag.
Instructions
Legal Entity Identifier (LEI) lookup from the GLEIF golden copy. Search by company NAME, not just by identifier — knowing the LEI already is the hard part. Returns the LEI, registered legal name, previous names, legal form, jurisdiction, legal and headquarters addresses, and the registration record. LAPSED, RETIRED and ANNULLED entities are returned with a lapsed flag rather than hidden, because a filtered record and no record look identical to a caller. Costs $0.03 USDC per call on Base mainnet (eip155:8453), paid automatically from the wallet in EVM_PRIVATE_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Legal entity name, max 200 chars. Include the suffix for a precise match, e.g. "Apple Inc." rather than "Apple". | |
| lei | No | Exact 20-character LEI for a single record. Use instead of q. | |
| limit | No | Maximum name-search results, 1..50. Default 10. |