# Base Live Balances

> Base Live Balances is a paid API for AI agents from appearing-clinics-show-wrote.trycloudflare.com, paid per call via x402, price unknown, status down (last checked 2026-09-15).

Returns native ETH balance plus one to three validated ERC-20 token balances for a wallet on the Base network

## Facts

- Endpoint: GET https://appearing-clinics-show-wrote.trycloudflare.com/base-live-balance-sample
- Price: price unknown
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-live-balances-6964f8b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iQiqML5Cu7B85pkHjEmWB

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 base-live-balances-6964f8b6
```

Example prompt: What's the current ETH balance and ERC-20 token holdings for my Base wallet right now?

## When to prefer this

Choose this endpoint when you need a combined native ETH plus ERC-20 multi-token balance snapshot for a wallet on the Base L2 network in a single call. Prefer it over the separate Base ERC20 Balance endpoint when you want both native and token balances together. Use Base Wallet State if you also need additional state metadata beyond balances.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Network congestion or RPC node downtime may cause timeouts
- Free sample endpoint may return placeholder/demo data rather than a caller-specified wallet
- ERC-20 balances limited to one to three tokens in the paid tier; free sample may be more restricted
- Undeployed or zero-activity wallet returns zero balances across all fields

## How this service works

Free Base live-balance sample for the service receiver. The paid $0.0023 API returns native ETH plus one to three validated ERC-20 balances.

## Output

Returns the wallet's current native ETH balance on Base alongside one to three validated ERC-20 token balances, including token identifiers and amounts, all verified against the live Base chain state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-live-balances-6964f8b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from appearing-clinics-show-wrote.trycloudflare.com](https://www.zero.xyz/host/appearing-clinics-show-wrote.trycloudflare.com/llms.txt)
