# Hunter Address API — EVM Account Summary

> Hunter Address API — EVM Account Summary is a paid API for AI agents from simultaneously-provincial-pit-joseph.trycloudflare.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Returns an on-chain account summary for an EVM address or ENS name, including canonical address, native balances on Base and Ethereum, Base USDC balance, and explorer links.

## Facts

- Endpoint: POST https://simultaneously-provincial-pit-joseph.trycloudflare.com/api/v1/account
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/hunter-address-api-evm-account-summary-62747851
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YsoEYLbSx5RqcFVjwo-Cc

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 hunter-address-api-evm-account-summary-62747851 -d '<json body>'
```

Example prompt: What are the on-chain balances for vitalik.eth — can you pull the EIP-55 address, ETH balance on both Base and Ethereum mainnet, and any USDC on Base?

## When to prefer this

Use this endpoint when you need a quick, multi-chain balance snapshot for a single EVM address or ENS name — particularly when you need both Base and Ethereum balances plus USDC in one call, or when you need ENS resolution to a canonical EIP-55 address. Prefer this over raw RPC calls when you want pre-formatted explorer links included in the response.

## Known failure modes

- Invalid or malformed EVM address returns a validation error
- ENS name that does not resolve returns a name-not-found error
- Network timeout or RPC unavailability may cause a 5xx response
- ENS name with no primary address set returns an empty resolution error
- Address with zero balances still returns successfully with zero values

## How this service works

On-chain account summary for an EVM address or ENS name: EIP-55 canonical address, Base + Ethereum native balance, Base USDC balance, explorer links

## Output

Returns the EIP-55 canonical address, native ETH balances on both Base and Ethereum mainnet, Base USDC balance, and block explorer URLs for the queried address or resolved ENS name.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "description": "An EVM address (0x…) or an ENS name (e.g. vitalik.eth)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/hunter-address-api-evm-account-summary-62747851/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from simultaneously-provincial-pit-joseph.trycloudflare.com](https://www.zero.xyz/host/simultaneously-provincial-pit-joseph.trycloudflare.com/llms.txt)
