# AmanChain EVM Wallet Balance

> AmanChain EVM Wallet Balance is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.001244/call, status unknown (last checked 2026-09-13).

Returns the native ETH and USDC balance of any EVM wallet address on the Base network, queried against live on-chain consensus state.

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-evm-balance
- Price: $0.001244/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-evm-wallet-balance-c1c9ef71
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G8s6TnsXNYTzLKBxkI7oG

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability amanchain-evm-wallet-balance-c1c9ef71 -d '<json body>'
```

Example prompt: What are the current ETH and USDC balances on Base for wallet address 0x1234abcd...? I need the live on-chain figures right now.

## When to prefer this

Use this endpoint when you need a quick, real-time lookup of both native ETH and USDC balances for a specific wallet on Base, without needing full portfolio details. Prefer it over broader wallet portfolio endpoints when only balance figures are needed, as it is cheaper per call and faster. Ideal for pre-transaction checks, funding verification, and balance monitoring in automated agents.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Address with no activity on Base may return zero balances
- Network congestion or node unavailability may cause timeouts
- Incorrect serviceId value in request body causes service routing failure
- Payment failure via x402 protocol blocks execution

## How this service works

EVM Wallet Balance: native ETH + USDC balance of any address on Base Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-evm-balance","request":"<input>"}. No account, no API key.

## Output

Returns the live ETH (native) balance and USDC token balance for the specified EVM wallet address on the Base network, sourced directly from on-chain consensus state at the time of the call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-evm-wallet-balance-c1c9ef71/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
