# x402scan Wallet Aggregate Stats

> x402scan Wallet Aggregate Stats is a paid API for AI agents from x402scan-j55w7ornb-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns aggregate on-chain statistics for a specific wallet address, including transaction count, total amount transacted, and unique recipient count

## Facts

- Endpoint: GET https://x402scan-j55w7ornb-merit-systems.vercel.app/api/data/wallets/0xd8dA6BF26964aF9D68eC99309B35C8B8bD5215B/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/x402scan-j55w7ornb-merit-systems-vercel-app-bdfd2a39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1vT7XOVGtRGedqCaMQykT

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-j55w7ornb-merit-systems-vercel-app-bdfd2a39
```

Example prompt: What are the overall stats for wallet 0xd8dA6BF26964aF9D68eC99309B35C8B8bD5215B on Base over the last 30 days — total transaction count, total amount sent, and how many unique recipients?

## When to prefer this

Use this endpoint when you need a quick summary of a wallet's on-chain activity (tx count, volume, unique recipients) rather than a paginated transaction history. Ideal for dashboards, risk scoring, or agent decision-making that needs aggregate signals about a wallet's behavior on Base or Solana over a defined lookback window.

## Known failure modes

- Invalid wallet address format returns 400 or empty result
- Unsupported chain value returns validation error
- Unsupported timeframe value (not 1, 7, 14, or 30) returns error
- Wallet with no transaction history returns zero-value stats
- Payment not fulfilled results in 402 response blocking data access
- Rate limiting or upstream indexer unavailability returns 5xx

## How this service works

Aggregate stats for a wallet (tx count, total amount, unique recipients)

## Output

Returns aggregated wallet statistics including total transaction count, total amount transacted, and number of unique recipients, optionally filtered by chain (base or solana) and a lookback timeframe of 1, 7, 14, or 30 days.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-bdfd2a39/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan-j55w7ornb-merit-systems.vercel.app](https://www.zero.xyz/host/x402scan-j55w7ornb-merit-systems.vercel.app/llms.txt)
