Official organization evidence bundle
Search one organization independently across official GLEIF legal-entity, USAspending prime-contract, SEC filing-activity, and OFAC Entity records, returning bounded evidence and source-specific coverage without asserting identity, linkage, risk, or compliance.
Endpoint
https://apiacre.com/v1/research/organization-evidenceSend the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.
Official Coinbase agent path
Coinbase Agentic Wallet can satisfy this x402 request in one command. Running it may pay automatically, so --max-amount is fixed to $0.1 USDC in atomic units. Copying the command does not install, authenticate, sign, or pay; review the request and use a separate low-value wallet before running it.
npx --yes awal@latest x402 pay https://apiacre.com/v1/research/organization-evidence \
-X POST \
-d '{"legal_name":"Apple Inc.","country_code":"US","sec_identifier":"AAPL"}' \
--max-amount 100000 \
--jsonCoinbase pay-for-service documentation · Buyer setup and wallet safety
Alternative third-party AgentCash commands
Run check first without payment. Its fetch command may automatically pay up to the exact listed price.
npx --yes agentcash@latest check https://apiacre.com/v1/research/organization-evidence
npx --yes agentcash@latest fetch https://apiacre.com/v1/research/organization-evidence \
--method POST \
--header 'content-type: application/json' \
--body '{"legal_name":"Apple Inc.","country_code":"US","sec_identifier":"AAPL"}' \
--payment-protocol x402 \
--payment-network base \
--max-amount 0.100Input example
{
"legal_name": "Apple Inc.",
"country_code": "US",
"sec_identifier": "AAPL"
}Response shape
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "research.organization-evidence",
"version": "1",
"data": {
"query": {
"legalName": "Apple Inc.",
"countryCode": "US",
"secIdentifier": "AAPL",
"contractLookbackYears": 5,
"maxContracts": 5,
"secLookbackDays": 365,
"maxSecFilings": 25,
"ofacMinimumScore": 90,
"maxOfacCandidates": 3
},
"coverage": {
"requestedSectionCount": 4,
"availableSectionCount": 4,
"partial": false,
"sections": {
"legalEntity": "available",
"federalContracts": "available",
"secFilingActivity": "available",
"ofacEntityCandidates": "available"
}
},
"counts": {
"legalEntityCandidates": 1,
"federalContractAwards": 0,
"secFilings": 0,
"secSignals": 0,
"ofacEntityCandidates": 0
},
"legalEntity": {
"status": "available",
"source": "https://api.gleif.org/api/v1/lei-records",
"data": {
"status": "matched",
"matchCount": 1,
"matches": [
{
"lei": "HWUPKR0MPOU8FGXBT394",
"legalName": "Apple Inc.",
"match": {
"type": "exact",
"score": 1.0
},
"entityStatus": "ACTIVE",
"source": "https://api.gleif.org/api/v1/lei-records/HWUPKR0MPOU8FGXBT394"
}
],
"license": {
"id": "CC0-1.0"
}
}
},
"federalContracts": {
"status": "available",
"source": "https://api.usaspending.gov/api/v2/search/spending_by_award/",
"data": {
"awardsReturned": 0,
"awards": [],
"hasMore": false
}
},
"secFilingActivity": {
"status": "available",
"source": "https://www.sec.gov/files/company_tickers_exchange.json",
"data": {
"resolution": {
"method": "ticker_exact",
"cik": "0000320193",
"directoryName": "Apple Inc."
},
"filingActivity": {
"cik": "0000320193",
"name": "Apple Inc.",
"filingCount": 0,
"attentionScore": 0,
"attentionLevel": "none",
"signals": [],
"filings": []
}
}
},
"ofacEntityCandidates": {
"status": "available",
"source": "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports",
"data": {
"status": "no_candidates_above_threshold",
"candidateCount": 0,
"candidatesReturned": 0,
"candidates": []
}
},
"crossSourceLinkage": "not_established",
"warnings": [],
"sources": [
{
"section": "legalEntity",
"url": "https://api.gleif.org/api/v1/lei-records",
"status": "available"
},
{
"section": "federalContracts",
"url": "https://api.usaspending.gov/api/v2/search/spending_by_award/",
"status": "available"
},
{
"section": "secFilingActivity",
"url": "https://www.sec.gov/files/company_tickers_exchange.json",
"status": "available"
},
{
"section": "ofacEntityCandidates",
"url": "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports",
"status": "available"
}
],
"retrievedAt": "2026-08-13T09:30:00+00:00",
"limitations": [
"Every source searches independently; similarly named records are not asserted to describe the same organization.",
"Coverage is bounded by the requested result limits and lookback windows, and official records may be revised, delayed, incomplete, or absent.",
"No OFAC candidate is not sanctions clearance, and any candidate requires review against the current official record, program, and legal authority.",
"The bundle excludes people, beneficial-ownership inference, OFAC's 50 Percent Rule analysis, credit scoring, and identity or domain-ownership verification."
],
"disclaimer": "Official public organization evidence for research only; not legal, sanctions, compliance, investment, credit, procurement, accounting, or KYC advice."
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": []
}
}Try the payment challenge
curl -i -X POST 'https://apiacre.com/v1/research/organization-evidence' \
-H 'content-type: application/json' \
--data '{"legal_name":"Apple Inc.","country_code":"US","sec_identifier":"AAPL"}'