O

Open Source Filings · Identity Entity

by Open Source Filings

GETBase

$0.05

per call · USD Coin on Base

Entity and counterparty verification by identifier or name. Resolves US healthcare providers (CMS NPI), legal entities (GLEIF LEI), US banks (FDIC), SEC filers (EDGAR CIK or ticker), and US tax exempt orgs (IRS EIN). Returns legal name, status, jurisdiction, identifiers, and a provenance URL to the official source. For KYC, KYB, due diligence, and onboarding agent workflows.

Endpoint

GET https://api.osf-master-server.com/x402/identity/entity/:query

15

Calls / 30d

1

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.osf-master-server.com/x402/identity/entity/:query", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.osf-master-server.com/x402/identity/entity/:query?format=json" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "audit_receipt": {
    "lookup_id": "uuid",
    "result_sha256": "..."
  },
  "compliance_note": "A registry match is an identity SIGNAL, not a full due-diligence determination. Confirm against the linked official source and follow your institution's onboarding/KYB process before acting.",
  "coverage_note": "Resolved against US CMS NPI (healthcare providers), GLEIF LEI (global legal entities), FDIC (US insured banks), SEC EDGAR (US filers), and the IRS EO BMF (US tax exempt organizations) only. This is not a complete global registry of all businesses or individuals; absence here does not mean an entity does not exist.",
  "match_count": 1,
  "matches": [
    {
      "entity_type": "legal_entity",
      "identifier": "254900C6J3WN4F1AU607",
      "identifier_type": "LEI",
      "jurisdiction": "US-DE",
      "match_basis": "identifier",
      "name": "Defiance KSM TipRanks Analyst ETF",
      "provenance_url": "https://search.gleif.org/#/record/254900C6J3WN4F1AU607",
      "registry": "GLEIF"
    }
  ],
  "query": "254900C6J3WN4F1AU607",
  "result": "FOUND",
  "service": "OSF Identity - Entity Lookup"
}

Payment details

Pay to0x72f62de8b70d6cfa8cc2df6f21f243f289f3396c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Open Source Filings & similar services