Agent Payment Safety Evidence · Ofac Exact Identifier Evidence

by Agent Payment Safety Evidence

POSTBase

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

3

Calls / 30d

3

Unique payers / 30d

Aug 30

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/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
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

Pay to0x9500075649a70411c81f99c4314f6cff55d12579
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from Agent Payment Safety Evidence & similar services