$0.005
per call · USD Coin on Base
Screen an EVM wallet or contract address BEFORE paying it. Deterministic, keyless compliance / safety gate: checks the address against the OFAC sanctioned crypto-address list and a curated taint set (mixer, hack, scam) and returns a single BLOCK / REVIEW / ALLOW recommendation plus the matched sources, so an AI agent can decide whether to send funds. No API keys, no LLM, one x402 USDC micropayment per call.
Endpoint
GET https://sanctions.cyberwarex.com/screen10
Calls / 30d
1
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://sanctions.cyberwarex.com/screen", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://sanctions.cyberwarex.com/screen?address=0x722122dF12D4e14e13Ac3b6895a86e84145b6967&chain=ethereum" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"address": "0x722122df12d4e14e13ac3b6895a86e84145b6967",
"as_of": "2026-09-09",
"chain": "ethereum",
"checked_lists": [
"OFAC sanctioned crypto addresses",
"curated taint set (mixer/hack/scam)"
],
"disclaimer": "We screen against the OFAC sanctioned crypto-address list and a curated taint set; we do not give legal or financial advice and this is not a compliance certification. A clear result is not a guarantee of safety, and lists can lag real-world events. Verify against your own obligations before you pay.",
"recommendation": "BLOCK",
"risk": {
"level": "blocked",
"reasons": [
"address is in the mixer taint set (Tornado Cash)"
]
},
"sanctioned": {
"hit": false,
"program": null,
"source": null
},
"taint": {
"categories": [
"mixer"
],
"hit": true,
"label": "Tornado Cash: Router / proxy contract"
}
}Payment details
0x058d0cc5cc97e61e8a9f38d6d6365bce525921b2USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Address Risk & similar services
BlockRun.AI · EXA Contents
blockrun.ai
Extract full text content from specific URLs. Priced at $0.002/URL — total = urls.length × $0.002.
BlockRun.AI · EXA Search
blockrun.ai
Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.
BlockRun.AI · EXA Answer
blockrun.ai
Get an AI-generated answer to a question grounded in live web search results.