# x402scan Wallet Stats

> x402scan Wallet Stats is a paid API for AI agents from www.x402scan.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Retrieves on-chain statistics for a specific Ethereum wallet address tracked by the x402scan platform

## Facts

- Endpoint: POST https://www.x402scan.com/api/data/wallets/0xb3a7a08ede83fe1ea10cc97a787a7fda96093eb1/stats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/www-x402scan-com-7c18a36f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k2xhox3mhjwSYX_Yxprcm

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 www-x402scan-com-7c18a36f -d '<json body>'
```

Example prompt: Can you pull up the x402scan stats for Ethereum wallet 0xb3a7a08ede83fe1ea10cc97a787a7fda96093eb1 and tell me about its payment activity?

## When to prefer this

Use this endpoint when you need on-chain statistics specifically for wallets participating in the x402 micropayment protocol, and you already have an Ethereum wallet address to query. Prefer this over generic block explorers when x402-specific metrics are needed.

## Known failure modes

- Invalid or malformed wallet address returns error
- Wallet address with no x402 activity may return empty stats
- Network or upstream blockchain data unavailability causes 5xx errors
- Payment not attached or insufficient USDC causes 402/payment required error

## Output

Returns statistical data about the specified wallet's activity on the x402 protocol, likely including transaction counts, payment volumes, and other on-chain metrics tracked by x402scan.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/www-x402scan-com-7c18a36f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.x402scan.com](https://www.zero.xyz/host/www.x402scan.com/llms.txt)
