{
  "x402Version": 2,
  "id": 7886,
  "slug": "7886",
  "resource": "https://wallet-intelligence-three.vercel.app/api/wallet/audit",
  "description": "WalletGuard preflights wallet and transaction execution across major EVM chains, returning balances, activity, approvals, known labels, and a proceed/caution/block recommendation with evidence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9720950D3E4D9E8c9e23E84e04e683b00204874c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "86BziewkBJ56rwYyivpNzQ3GyhKLfwPky17geqEuFGZr",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "crypto",
      "iconUrl": "https://wallet-intelligence-three.vercel.app\n/icon.svg",
      "info": {
        "category": "crypto",
        "description": "WalletGuard preflights wallet and transaction execution across major EVM chains, returning balances, activity, approvals, known labels, and a proceed/caution/block recommendation with evidence.",
        "docsUrl": "https://wallet-intelligence-three.vercel.app\n/docs",
        "iconUrl": "https://wallet-intelligence-three.vercel.app\n/icon.svg",
        "input": {
          "method": "GET",
          "queryParams": {
            "address": "0x0000000000000000000000000000000000000000",
            "intent": "counterparty"
          },
          "type": "http"
        },
        "logoUrl": "https://wallet-intelligence-three.vercel.app\n/logo.svg",
        "name": "WalletGuard",
        "output": {
          "example": {
            "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"
          },
          "type": "json"
        },
        "serviceName": "WalletGuard"
      },
      "logoUrl": "https://wallet-intelligence-three.vercel.app\n/logo.svg",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "examples": [
                  {
                    "address": "0x0000000000000000000000000000000000000000",
                    "intent": "counterparty"
                  }
                ],
                "properties": {
                  "address": {
                    "description": "Base wallet address",
                    "format": "evm-address",
                    "type": "string"
                  },
                  "intent": {
                    "enum": [
                      "counterparty",
                      "self-audit",
                      "pre-transaction",
                      "portfolio"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "address",
                  "intent"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "examples": [
                  {
                    "activity": {
                      "recentApprovals": 0,
                      "recentTransfers": 0,
                      "transactionCount": 0
                    },
                    "address": "0x0000000000000000000000000000000000000000",
                    "approvals": [],
                    "balances": {
                      "ethWei": "0",
                      "usdcBaseUnits": "0"
                    },
                    "decision": "proceed",
                    "findings": [],
                    "labels": [],
                    "limitations": [
                      "Sanctions screening is unavailable without a configured provider."
                    ],
                    "network": "eip155:8453",
                    "risk": {
                      "confidence": "medium",
                      "level": "low",
                      "score": 0
                    },
                    "sanctions": {
                      "checked": false,
                      "status": "unavailable"
                    },
                    "transfers": []
                  }
                ],
                "properties": {
                  "activity": {
                    "type": "object"
                  },
                  "address": {
                    "type": "string"
                  },
                  "approvals": {
                    "type": "array"
                  },
                  "balances": {
                    "type": "object"
                  },
                  "decision": {
                    "enum": [
                      "proceed",
                      "caution",
                      "block",
                      "unknown"
                    ],
                    "type": "string"
                  },
                  "findings": {
                    "type": "array"
                  },
                  "labels": {
                    "type": "array"
                  },
                  "limitations": {
                    "type": "array"
                  },
                  "network": {
                    "const": "eip155:8453",
                    "type": "string"
                  },
                  "risk": {
                    "type": "object"
                  },
                  "sanctions": {
                    "type": "object"
                  },
                  "transfers": {
                    "type": "array"
                  }
                },
                "required": [
                  "address",
                  "network",
                  "decision",
                  "risk",
                  "balances",
                  "activity",
                  "approvals",
                  "transfers",
                  "labels",
                  "sanctions",
                  "findings",
                  "limitations"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      },
      "tags": [
        "crypto",
        "evm",
        "solana-payments",
        "wallet-risk",
        "approvals",
        "counterparty",
        "agent-safety",
        "usdc"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "wallet-intelligence-three.vercel.app",
  "lastUpdated": "2026-09-16T18:35:21.595Z",
  "quality": {
    "calls30d": 12,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-16T18:35:21.416Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "wallet-intelligence-three.vercel.app",
    "manifest_name": "wallet-intelligence-three.vercel.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}