← Back to directory

Batch-screen up to 25 names against OFAC SDN + Consolidated in one settlement — ...

https://x402.professorsausages.com/sanctions-screen/screen/batch

Overview

Batch-screen up to 25 names against OFAC SDN + Consolidated in one settlement — per-name decisions with scored evidence

Protocol x402
Price $0.02
Payment Asset USD Coin
Payment Network Base
Category uncategorized
Provider x402
Source bazaar
Indexed 2026-07-19 04:15:11

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "method": "GET", "queryParams": { "list": "sdn | cons | all (default all)", "minScore": "Min score to report, 50–100 (default 85)", "names": "Pipe-separated names, max 25, each 2–200 chars", "program": "Comma-separated program tags", "type": "individual | entity | vessel | aircraft" }, "type": "http" }

Output Schema

{ "properties": { "count": { "type": "integer" }, "disclaimer": { "type": "string" }, "results": { "items": { "properties": { "decision": { "enum": [ "match", "possible_match", "clear" ], "type": "string" }, "matches": { "items": { "properties": { "addresses": { "items": { "type": "object" }, "type": "array" }, "aliases": { "items": { "type": "object" }, "type": "array" }, "detail": { "description": "Path to the full dossier endpoint.", "type": "string" }, "id": { "description": "OFAC ent_num — use with /sanctions-screen/entity/{id}.", "type": "integer" }, "ids": { "description": "DOB/POB/passports/IMO/crypto addresses extracted from remarks.", "type": "object" }, "list": { "enum": [ "sdn", "cons" ], "type": "string" }, "matchedName": { "description": "The normalized OFAC name that produced the score.", "type": "string" }, "matchedNameType": { "enum": [ "primary", "alias", "weak-alias" ], "type": "string" }, "name": { "description": "Entity primary name as published by OFAC.", "type": "string" }, "programs": { "items": { "type": "string" }, "type": "array" }, "score": { "description": "0–100 fuzzy match score (1 decimal).", "type": "number" }, "type": { "enum": [ "individual", "entity", "vessel", "aircraft" ], "type": "string" }, "vessel": { "description": "Present for vessel-type matches.", "type": "object" } }, "required": [ "id", "list", "score", "matchedName", "matchedNameType", "name", "type", "programs", "detail" ], "type": "object" }, "type": "array" }, "name": { "type": "string" } }, "required": [ "name", "decision", "matches" ], "type": "object" }, "type": "array" }, "sourcePublishDate": { "type": "string" } }, "required": [ "count", "sourcePublishDate", "results", "disclaimer" ], "type": "object" }