$0.01
per call · USD Coin on Base
Use immediately before an autonomous agent pays an EVM wallet. Checks the destination for an exact identifier match in current official OFAC SDN and Consolidated data, then returns STOP or NO_EXACT_MATCH, freshness, and a signed-evidence upgrade path. Exact-match only; not a complete wallet-risk score, sanctions clearance, or legal advice.
Endpoint
POST https://evidence.regulavita.com/v1/ofac/payment-preflight6
Calls / 30d
5
Unique payers / 30d
Sep 1
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/payment-preflight", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"address": "0x0000000000000000000000000000000000000000",
"network": "eip155:8453"
}),
});
const data = await res.json();curl -X POST \
"https://evidence.regulavita.com/v1/ofac/payment-preflight" \
-H "Content-Type: application/json" \
-d '{"address":"0x0000000000000000000000000000000000000000","network":"eip155:8453"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"checked_at": "2026-08-04T00:00:00Z",
"checked_lists": [
"SDN",
"CONSOLIDATED"
],
"decision": "NO_EXACT_OFAC_MATCH_FOUND",
"match_count": 0,
"premium_evidence_path": "/v1/ofac/exact-identifier-evidence",
"request_id": "ofac_preflight_example",
"source_age_seconds": 60
}Payment details
0x9500075649a70411c81f99c4314f6cff55d12579USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Agent Payment Safety Preflight & similar services
Chain · Operations
agents.chain.link
Chainlink For Agents: execute a catalog workflow by workflow name.
Chain · Operations Submit
agents.chain.link
Chainlink For Agents: submit a signed operation payload.
Sniperx · Activities Smarttraders Smartmoney
x402.sniperx.fun
Get SmartMoney trading activities on token (sorted by time descending)