Loading...
Loading...
Validate an ISO 17442 Legal Entity Identifier checksum and extract its issuing LOU prefix. Called as GET /v1/valid/lei, it takes lei and returns valid, lou. Observed on-chain demand: a compliance agent resolving a counterparty needs to know an LEI is well-formed before spending a lookup against a registry. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-valid-leivalid.leihttps://fittings.shGET https://fittings.sh/v1/valid/lei| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes |
{
"lei": "549300MLUDYVRQOOXS22"
}| Price | $0.003 |
| Source | none (pure compute) |
| Licence | none-needed |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/valid.lei | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs valid.lei lei=549300MLUDYVRQOOXS22
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs valid.lei lei=549300MLUDYVRQOOXS22FITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...