mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Search the official GLEIF Global LEI Index by exact LEI or legal name and return ranked le

Search the official GLEIF Global LEI Index by exact LEI or legal name and return ranked legal-entity identity, registration, mapped-identifier, and relationship-availability evidence.

Do you run apiacre.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-01
updated

Provider

apiacre.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xa0BFa4f07281c9b248DC3AED2217836BcA24869B",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "B4CHWQeQn7GDLZD2aW6hpGG2bEseisBFLZYECA3HDLan",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "country_code": "US",
          "legal_name": "Apple Inc.",
          "max_results": 3
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "data": {
            "disclaimer": "Official public LEI reference data normalized from GLEIF. Corroborate name ma...",
            "goldenCopyPublishedAt": "2026-08-11T00:00:00Z",
            "license": {
              "id": "CC0-1.0",
              "termsUrl": "https://www.gleif.org/en/meta/lei-data-terms-of-use/",
              "url": "https://creativecommons.org/publicdomain/zero/1.0/"
            },
            "limitations": [
              "Name-match scores rank candidates but do not establish identity.",
              "Not every legal entity has an LEI, and source records may be stale or incompl...",
              "Relationship flags indicate available GLEIF links; they do not expand the rel..."
            ],
            "matchCount": 1,
            "matches": [
              {
                "legalAddress": {
                  "addressLines": [
                    "C/O C T Corporation System",
                    "330 N. Brand Blvd"
                  ],
                  "city": "Glendale",
                  "country": "US",
                  "postalCode": "91203",
                  "region": "US-CA"
                },
                "legalName": "Apple Inc.",
                "lei": "HWUPKR0MPOU8FGXBT394",
                "match": {
                  "score": 1,
                  "type": "exact"
                },
                "otherNames": [
                  {
                    "language": "en",
                    "name": "Apple Computer, Inc.",
                    "type": "PREVIOUS_LEGAL_NAME"
                  }
                ]
              }
            ],
            "query": {
              "countryCode": "US",
              "maxResults": 3,
              "mode": "legal_name",
              "value": "Apple Inc."
            },
            "retrievedAt": "2026-08-11T08:30:00+00:00",
            "source": "https://api.gleif.org/api/v1/lei-records",
            "status": "matched",
            "totalCandidates": 20
          },
          "meta": {
            "cached": false,
            "duration_ms": 42,
            "next_actions": [
              {
                "method": "POST",
                "path": "/v1/research/organization-evidence",
                "reason": "Expand a selected GLEIF candidate with independent USAspending, SEC filing-ac...",
                "service": "research.organization-evidence",
                "title": "Official supplier evidence report"
              }
            ],
            "sources": [],
            "warnings": []
          },
          "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
          "service": "research.lei-entity-search",
          "version": "1"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "country_code": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "legal_name": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "lei": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "null"
                    }
                  ]
                },
                "max_results": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "data": {
                  "properties": {
                    "disclaimer": {
                      "type": "string"
                    },
                    "goldenCopyPublishedAt": {
                      "type": "string"
                    },
                    "license": {
                      "type": "object"
                    },
                    "limitations": {
                      "items": {},
                      "type": "array"
                    },
                    "matchCount": {
                      "type": "integer"
                    },
                    "matches": {
                      "items": {},
                      "type": "array"
                    },
                    "query": {
                      "type": "object"
                    },
                    "retrievedAt": {
                      "type": "string"
                    },
                    "source": {
                      "type": "string"
                    },
                    "status": {
                      "type": "string"
                    },
                    "totalCandidates": {
                      "type": "integer"
                    }
                  },
                  "type": "object"
                },
                "meta": {
                  "properties": {
                    "cached": {
                      "type": "boolean"
                    },
                    "duration_ms": {
                      "type": "integer"
                    },
                    "next_actions": {
                      "items": {
                        "type": "object"
                      },
                      "type": "array"
                    },
                    "sources": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    },
                    "warnings": {
                      "items": {
                        "type": "string"
                      },
                      "type": "array"
                    }
                  },
                  "required": [
                    "duration_ms",
                    "cached",
                    "sources",
                    "warnings",
                    "next_actions"
                  ],
                  "type": "object"
                },
                "request_id": {
                  "type": "string"
                },
                "service": {
                  "type": "string"
                },
                "version": {
                  "type": "string"
                }
              },
              "required": [
                "request_id",
                "service",
                "version",
                "data",
                "meta"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  },
  "payment-identifier": {
    "info": {
      "required": false
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "id": {
          "maxLength": 128,
          "minLength": 16,
          "pattern": "^[a-zA-Z0-9_-]+$",
          "type": "string"
        },
        "required": {
          "type": "boolean"
        }
      },
      "required": [
        "required"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://apiacre.com/v1/research/lei-entity-search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://apiacre.com/v1/research/lei-entity-search");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://apiacre.com/v1/research/lei-entity-search")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/2554.json, and this resource appears in /discovery/resources and /discovery/search.