WalletGuard preflights wallet and transaction execution across major EVM chains,
WalletGuard preflights wallet and transaction execution across major EVM chains, returning balances, activity, approvals, known labels, and a proceed/caution/block recommendation with evidence.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
278 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://wallet-intelligence-three.vercel.app/api/wallet/audit
| Category | Code and developer |
|---|---|
| Provider host | wallet-intelligence-three.vercel.app |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 13 from 7 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 278 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"address": "0x0000000000000000000000000000000000000000",
"intent": "counterparty"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$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"
}