Agent Payment Safety Preflight · Ofac Payment Preflight

by Agent Payment Safety Preflight

POSTBase

$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-preflight

6

Calls / 30d

5

Unique payers / 30d

Sep 1

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x9500075649a70411c81f99c4314f6cff55d12579
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Agent Payment Safety Preflight & similar services