Live EVM Wallet Snapshot
GET ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/wallet_snapshot
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Read one wallet's native balance, nonce, account type, and up to five ERC-20 balances from Base, Ethereum, or Arbitrum in one live request.
Resource: ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/wallet_snapshot
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x8647F7D7a1368a467Ad1FF757fBc2e7167973558
Payment methods: — · Last validation: 2026-09-13 10:21:19.725+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"block": {
"type": "string",
"description": "Block tag or height; defaults to latest."
},
"chain": {
"type": "string",
"description": "base, ethereum, or arbitrum; defaults to base."
},
"tokens": {
"type": "string",
"description": "One to five comma-separated ERC-20 contract addresses. Defaults to the network's official USDC and WETH contracts."
},
"address": {
"type": "string",
"description": "EVM wallet or contract address."
}
},
"additionalProperties": true
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"success",
"network",
"account_type",
"nonce",
"native_balance",
"token_balances"
],
"properties": {
"nonce": {
"type": "string"
},
"network": {
"type": "string"
},
"success": {
"type": "boolean"
},
"account_type": {
"type": "string"
},
"native_balance": {
"type": "object",
"required": [
"asset",
"balance_formatted"
],
"properties": {
"asset": {
"type": "string"
},
"balance_formatted": {
"type": "string"
}
},
"additionalProperties": true
},
"token_balances": {
"type": "array",
"items": {
"type": "object",
"required": [
"symbol",
"balance_formatted"
],
"properties": {
"symbol": {
"type": "string"
},
"balance_formatted": {
"type": "string"
}
},
"additionalProperties": true
}
}
},
"additionalProperties": true
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"amount": "2000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x8647F7D7a1368a467Ad1FF757fBc2e7167973558",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "2000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.