SearchLive

Entity Screen

KYC in one call: look up a business in a US state registry (NY, CO, CT) AND screen it against the OFAC sanctions list.

$0.006624USDC per call · settled on Base · no subscription, no API key

Overview

KYC in one call: look up a business in a US state registry (NY, CO, CT) AND screen it against the OFAC sanctions list. Give a state and a name (or exact entityId). Returns the matched registered entities (id, type, status, jurisdiction, address, registered agent) and, for each, a sanctions screen of the entity name AND its registered agent against OFAC SDN — with fuzzy-match confidence and a flagged boolean. Counterparty due-diligence, vendor onboarding, AML. Composition of /api/business/sos-search + /api/law/sanctions-check (each section reports found/error independently). Note: sanctions screening is name-based and probabilistic — review flagged matches manually.

Endpoint

MethodEndpointPriceDescription
GET/v1/marketplace/api/entity-screen$0.006624Invoke Entity Screen (Search) and return the upstream response.

How to call it

Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.

# 1. Ask for a quote
curl -i https://api.jarvisclaw.ai/v1/marketplace/api/entity-screen

# 2. Pay it (the SDK signs and retries for you)
curl -H "X-PAYMENT: <signed-payload>" https://api.jarvisclaw.ai/v1/marketplace/api/entity-screen
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs