# x402scan Wallet Stats

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

Retrieves transaction and activity statistics for a specific wallet address in the x402 payment ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/wallets/%7Baddress%7D/stats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-wallet-stats-941f6695
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j1uRHmZmfV1gAV6WYj_4B

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 x402scan-wallet-stats-941f6695
```

Example prompt: Can you pull up the x402scan stats for wallet address 0xAbC123...? I want to see how active it's been in the x402 ecosystem.

## When to prefer this

Use this endpoint when you need to profile or summarize a specific wallet's activity within the x402 payment ecosystem — particularly for understanding an address's history as a buyer or seller of x402-gated resources. Prefer this over generic blockchain explorers when the focus is specifically on x402 protocol transactions.

## Known failure modes

- Invalid or malformed wallet address returns an error
- Wallet address not found in x402 ecosystem returns empty or null stats
- Network timeout or service unavailability returns 5xx error
- Missing address path parameter returns 400 or routing error

## How this service works

Explore the x402 ecosystem. View transactions, sellers, origins and resources. Explore the future of agentic commerce.

## Output

Returns statistical data about the specified wallet's activity in the x402 ecosystem, including transaction counts, payment volumes, and role (buyer/seller) within the x402 payment protocol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

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