W

Wallet Sanctions Check · Check

by Wallet Sanctions Check

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

Wallet sanctions check for a validated EVM or Solana address. Returns a direct verdict, recommended action, match evidence, source lists, and an explicit AML-scope caveat.

Endpoint

GET https://wallet-sanctions.use.x402atlas.com/check

7

Calls / 30d

5

Unique payers / 30d

Sep 8

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://wallet-sanctions.use.x402atlas.com/check", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://wallet-sanctions.use.x402atlas.com/check?address=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
  "address_format": "evm",
  "cached": false,
  "checked_at": "2026-07-21T12:00:00Z",
  "is_sanctioned": false,
  "limitations": [
    "Exact-address sanctions match only; this does not assess indirect exposure, wallet clustering, source of funds, identity, or overall AML risk."
  ],
  "match": null,
  "recommended_action": "no_exact_match",
  "source": {
    "check_type": "exact_address_sanctions",
    "lists": [
      "US OFAC",
      "UK OFSI",
      "South Korea MOFA",
      "Israel NBCTF"
    ]
  },
  "summary": "No exact sanctions-list match was found. This is not a full AML clearance.",
  "verdict": "not_listed"
}

Payment details

Pay to0x8c128f1ee62bb5e47867cfbae2ad89be325df1b2
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Wallet Sanctions Check & similar services