Run Business domain due diligence.
API Acre verifies the exact x402 price, Base network, recipient, and request before any wallet opens. One successful call costs $0.35 USDC.
API Acre never receives your private key; signing stays inside your wallet.
1 · Connect for one call
- Network
- Recipient
- USDC contract
No ETH gas needed. Connecting does not sign or pay. Coinbase Wallet supports desktop QR and mobile handoff without a browser extension. This EIP-3009 payment needs only the displayed USDC on Base—not ETH for gas—because the facilitator submits settlement. Reject any later prompt that differs from the verified amount or recipient.
See the result before connecting · Curated static example
Business domain due diligence returns structured JSON. This example is static; the paid call returns a fresh result and settlement receipt.
{
"request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
"service": "web.business-due-diligence",
"version": "1",
"data": {
"url": "https://www.apple.com/",
"domain": "apple.com",
"riskScore": 84,
"riskLevel": "low",
"scoreScope": "website_and_domain_technical_signals",
"flags": [],
"siteAudit": {
"overallScore": 88,
"seo": {
"score": 90
},
"security": {
"score": 83
},
"accessibility": {
"score": 92
},
"performance": {
"elapsedMs": 146,
"bytes": 1256,
"status": 200
}
},
"domainIntelligence": {
"domain": "apple.com",
"dns": {
"A": [
"17.253.144.10"
]
},
"tls": {
"version": "TLSv1.3"
},
"rdap": {
"status": [
"active"
]
}
},
"legalEntity": {
"status": "matched",
"requestedName": "Apple Inc.",
"countryCode": "US",
"matchCount": 1,
"matches": [
{
"lei": "HWUPKR0MPOU8FGXBT394",
"legalName": "Apple Inc.",
"otherNames": [
{
"name": "Apple Computer, Inc.",
"type": "PREVIOUS_LEGAL_NAME",
"language": "en"
}
],
"match": {
"type": "exact",
"score": 1.0
},
"legalAddress": {
"country": "US",
"region": "US-CA"
},
"headquartersAddress": {
"addressLines": [
"One Apple Park Way"
],
"city": "Cupertino",
"region": "US-CA",
"country": "US",
"postalCode": "95014"
},
"registeredAs": "806592",
"jurisdiction": "US-CA",
"category": "GENERAL",
"entityStatus": "ACTIVE",
"creationDate": "1977-01-03T00:00:00Z",
"registration": {
"status": "ISSUED",
"lastUpdated": "2026-03-03T16:34:33Z",
"nextRenewal": "2027-03-08T17:27:20Z",
"corroborationLevel": "FULLY_CORROBORATED"
},
"conformityFlag": "CONFORMING",
"source": "https://api.gleif.org/api/v1/lei-records/HWUPKR0MPOU8FGXBT394"
}
],
"source": "https://api.gleif.org/api/v1/lei-records",
"retrievedAt": "2026-08-11T00:00:00Z",
"license": {
"id": "CC0-1.0",
"url": "https://creativecommons.org/publicdomain/zero/1.0/"
},
"warning": null,
"limitations": [
"Candidates are matched from the supplied name and optional country only.",
"A match does not prove that the entity owns or controls the supplied domain.",
"Not every legal entity has an LEI, and source records may be stale or incomplete."
]
},
"disclaimer": "The technical score and optional public LEI candidates do not prove domain ownership or identity."
},
"meta": {
"duration_ms": 42,
"cached": false,
"sources": [],
"warnings": [],
"next_actions": []
}
}Review exact request JSON
2 · Authorize one call
Connected wallet:
Signing authorizes only the verified amount and recipient for this request. Reject the wallet prompt if anything differs.
Result
Settlement receipt
Change the request (optional)
The default request is verified automatically. Editing it invalidates the quote and requires this no-payment verification again.
Browser checkout requires an EVM wallet with USDC on Base. For agents and automated clients, use the official x402 SDK examples.