Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol explorer.
What it does
This endpoint returns aggregate statistics for a specific wallet address within the x402 payment ecosystem. Given a wallet address (as a sender/buyer), it provides metrics such as transaction count, total volume, and unique recipients. The data can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback).
x402scan is a payment data explorer and analytics dashboard for the x402 protocol, built by Merit Systems. It indexes USDC micropayment transfers across Base and Solana chains, tracking merchants, buyers, facilitators, and registered x402 resources. The specific endpoint listed here focuses on wallet-level aggregate stats, useful for profiling a wallet's x402 spending behavior.
Note: The probe returned 404 for this endpoint URL, which uses the path `/api/data/wallets/{address}/stats`. However, the OpenAPI spec documents the equivalent endpoint at `/api/x402/wallets/{address}/stats` at $0.01 per call. The listed URL may use a legacy or alternate path prefix (`/api/data/` vs `/api/x402/`). The canonical OpenAPI path is `/api/x402/wallets/{address}/stats`. Pricing is $0.01 USD per request, paid via x402 micropayment.
Capabilities
Use cases
- —Profile a wallet's x402 spending history (total volume, tx count, unique recipients)
- —Monitor agent or buyer activity across Base and Solana chains
- —Filter wallet stats by timeframe to detect recent activity spikes
- —Build dashboards tracking x402 protocol adoption per wallet
Fit
Best for
- —Agents needing to assess a wallet's x402 payment activity
- —Analytics tools tracking x402 protocol usage
- —Developers building on the x402 micropayment ecosystem
Not for
- —General-purpose blockchain explorer queries (non-x402 transfers)
- —Wallets or addresses not participating in the x402 protocol
Quick start
curl -H "X-Payment: <x402_payment_token>" \
"https://www.x402scan.com/api/x402/wallets/0x4D37f28D2db99e8d35A6C725a5f1749A085850a3/stats?chain=base&timeframe=7"Endpoint
Quality
The OpenAPI spec is well-documented with parameters and pricing, but the probed endpoint URL (/api/data/...) returned 404 while the spec documents /api/x402/... paths. No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —Probed URL path /api/data/wallets/{address}/stats returned 404; the canonical OpenAPI path is /api/x402/wallets/{address}/stats — the listed endpoint may be a legacy or incorrect path.
- —No response schema is documented in the OpenAPI spec; response structure must be inferred.
- —No example responses available from probe or crawl.
Citations
- —Endpoint is documented as GET /api/x402/wallets/{address}/stats with $0.01 fixed pricehttps://www.x402scan.com
- —x402scan is described as a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —Supports chain filter (base, solana) and timeframe filter (1, 7, 14, 30 days)https://www.x402scan.com
- —OpenAPI spec version 1.0.0 with title x402scanhttps://www.x402scan.com