A

AI Wallet Security Audit · AI Wallet Security

by AI Wallet Security Audit

GETBase

$0.06

per call · USD Coin on Base

Pulls a wallet's active token approvals and Claude writes a security audit: overall risk level, USD at risk, and concrete revoke recommendations (which token/spender and why). The wallet-safety check agents and users run before trusting an address.

Endpoint

GET https://402.com.tr/api/x402/ai-wallet-security

4

Calls / 30d

1

Unique payers / 30d

Aug 23

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://402.com.tr/api/x402/ai-wallet-security", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://402.com.tr/api/x402/ai-wallet-security?address=0x973a31858f4d2125f48c880542da11a2796f12d6" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "address": "0x973a31858f4d2125f48c880542da11a2796f12d6",
  "approvalCount": 6,
  "checkedAt": "2026-08-16T16:55:57.811Z",
  "generatedAt": "2026-08-16T16:55:57.811Z",
  "model": "claude-haiku-4-5",
  "observationsCount": 5,
  "revokeRecommendationsCount": 6,
  "riskLevel": "medium",
  "totalUsdAtRisk": 0.08
}

Payment details

Pay to0x973a31858f4d2125f48c880542da11a2796f12d6
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 AI Wallet Security Audit & similar services