OFAC SDN sanctions screen for a name / entity / wallet (?name=)
OFAC SDN sanctions screen for a name / entity / wallet (?name=)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
760 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://sanctions.lonestaroracle.xyz/screen
| Category | Company and compliance |
|---|---|
| Provider host | sanctions.lonestaroracle.xyz |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 760 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"entity": "OFAC",
"name": "OFAC",
"q": "nvidia",
"query": "nvidia",
"wallet": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
},
"type": "http"
}
Promised output schema (from the provider)
{
"category": "compliance",
"description": "OFAC sanctions screening made agent-callable. One x402 call screens a name, entity, vessel, or crypto wallet against the US Treasury OFAC SDN (Specially Designated Nationals) list plus its alternate-names list, and returns a sanctioned yes/no with a confidence level (exact / strong / possible), every matched entry (SDN name, type, OFAC program, entity number), and the list size screened against. Token-subset matching handles name reordering (e.g. 'Vladimir Putin' vs the SDN 'PUTIN, Vladimir Vladimirovich'). The compliance / AML check that trading, payment, and onboarding agents need before touching a counterparty, served pay-per-call instead of scraped from a portal. $0.05 in USDC on Base via x402. Source: US Treasury OFAC (public domain), refreshed daily. Companion to WalletIntel and DeFiRisk in the risk cluster.",
"name": "SanctionsScreen",
"properties": {
"input": {
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"properties": {
"entity": {
"title": "Entity",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"q": {
"title": "Q",
"type": "string"
},
"query": {
"title": "Query",
"type": "string"
},
"wallet": {
"title": "Wallet",
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"confidence": "strong",
"list_size": 17000,
"match_count": 1,
"matches": [
{
"ent_num": "12345",
"match_name": "PUTIN, Vladimir Vladimirovich",
"match_score": 90,
"program": "UKRAINE-EO13661",
"sdn_name": "PUTIN, Vladimir Vladimirovich",
"type": "individual"
}
],
"query": "Vladimir Putin",
"sanctioned": true,
"source": "US Treasury OFAC \u2014 SDN + alternate names list"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"tags": [
"sanctions",
"ofac",
"compliance",
"aml",
"screening"
],
"type": "object",
"version": "1.0.0"
}