W

WalletGuard · Wallet Audit

by WalletGuard

GETBaseSolana

$0.05

per call · USD Coin on Base

WalletGuard preflights wallet and transaction execution across major EVM chains, returning balances, activity, approvals, known labels, and a proceed/caution/block recommendation with evidence.

Endpoint

GET https://wallet-intelligence-three.vercel.app/api/wallet/audit

11

Calls / 30d

7

Unique payers / 30d

Sep 9

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-intelligence-three.vercel.app/api/wallet/audit", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://wallet-intelligence-three.vercel.app/api/wallet/audit?address=0x0000000000000000000000000000000000000000&intent=counterparty" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "activity": {
    "recentApprovals": 0,
    "recentTransfers": 0,
    "transactionCount": 1
  },
  "address": "0x0000000000000000000000000000000000000000",
  "approvals": [],
  "balances": {
    "ethWei": "0",
    "usdcBaseUnits": "0"
  },
  "decision": "caution",
  "findings": [],
  "labels": [],
  "limitations": [
    "Sanctions screening is unavailable without a configured provider."
  ],
  "network": "eip155:8453",
  "observedAt": "2026-01-01T00:00:00.000Z",
  "recommendedAction": "request_human_confirmation",
  "risk": {
    "confidence": "medium",
    "level": "medium",
    "score": 25
  },
  "sanctions": {
    "checked": false,
    "status": "unavailable"
  },
  "summary": "Reviewable wallet signals were found.",
  "transfers": [],
  "walletType": "eoa"
}

Payment details

Pay to0x9720950d3e4d9e8c9e23e84e04e683b00204874c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from WalletGuard & similar services