Agent Payment Safety Evidence · Ofac Exact Identifier Evidence
by Agent Payment Safety Evidence
$0.05
per call · USD Coin on Base
Use when an autonomous agent needs signed, auditable payee evidence before or after a payment. Runs an exact-match OFAC SDN and Consolidated lookup for crypto wallets, UIDs, or exact names and returns current U.S. Treasury source hashes and a signed receipt. Exact match only; no fuzzy screening, ownership/control analysis, or sanctions clearance.
Endpoint
POST https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence3
Calls / 30d
3
Unique payers / 30d
Aug 30
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://evidence.regulavita.com/v1/ofac/exact-identifier-evidence", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"identifier": "0x0000000000000000000000000000000000000000",
"identifier_type": "crypto_address",
"lists": [
"SDN",
"CONSOLIDATED"
],
"networks": [
"eip155:1",
"eip155:8453"
]
}),
});
const data = await res.json();curl -X POST \
"https://evidence.regulavita.com/v1/ofac/exact-identifier-evidence" \
-H "Content-Type: application/json" \
-d '{"identifier":"0x0000000000000000000000000000000000000000","identifier_type":"crypto_address","lists":["SDN","CONSOLIDATED"],"networks":["eip155:1","eip155:8453"]}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"match_scope": "exact_normalized_identifier_only",
"match_status": "NO_EXACT_MATCH",
"matches": [],
"receipt": {
"algorithm": "Ed25519"
},
"request_id": "ofac_example",
"source_versions": []
}Payment details
0x9500075649a70411c81f99c4314f6cff55d12579USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from Agent Payment Safety Evidence & 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.