Onchain Query API
GET chain.cyberwarex.com/wallet
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
Wallet snapshot on any major EVM chain: native token balance with USD value, USDC balance, transaction count (nonce), and whether the address is a smart contract or a regular EOA. One call, no RPC keys, node infrastructure or block-explorer scraping needed. Use it to check a counterparty wallet, confirm an address is funded before sending a transaction, or profile an unknown address.
Resource: chain.cyberwarex.com/wallet
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2
Payment methods: — · Last validation: 2026-09-14 16:25:07.96+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"address"
],
"properties": {
"chain": {
"enum": [
"base",
"ethereum",
"arbitrum",
"optimism",
"polygon"
],
"type": "string",
"default": "base",
"description": "EVM chain to query."
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"description": "Wallet or contract address to inspect."
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"usdc": {
"type": "object",
"description": "USDC balance and raw 6-decimal amount."
},
"chain": {
"type": "string"
},
"native": {
"type": "object",
"description": "Native coin balance: symbol, balance, wei, usd (usd null if price feed is down)."
},
"address": {
"type": "string"
},
"tx_count": {
"type": "integer",
"description": "Outbound transaction count (nonce)."
},
"is_contract": {
"type": "boolean"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "3000"
}
]
}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.