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. It is part of x402scan, a payment data explorer and registry for the x402 protocol built by Merit Systems. Given a wallet address, the endpoint returns metrics such as transaction count, total transfer amount, and unique recipients for that wallet's outbound x402 transfers.
The endpoint supports optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is a GET request priced at $0.01 per call, paid via the x402 micropayment protocol. The specific URL listed here queries a hardcoded wallet address (0x5a3f…eaa5); the general pattern is `/api/x402/wallets/{address}/stats` where `{address}` can be any wallet.
x402scan indexes on-chain USDC transfer data across Base and Solana chains. The broader API suite includes endpoints for merchant stats, transaction histories, facilitator analytics, resource search, and a registry for x402-protected resources. All data endpoints cost $0.01–$0.02 each via x402 micropayments.
Capabilities
Use cases
- —Retrieve aggregate spending stats for a wallet participating in x402 micropayments
- —Monitor a wallet's x402 transaction count and volume over configurable time windows
- —Compare wallet activity across Base and Solana chains
- —Feed wallet-level analytics into dashboards tracking x402 ecosystem participation
- —Audit outbound x402 payment patterns for a specific address
Fit
Best for
- —Developers building analytics on top of the x402 micropayment ecosystem
- —Agents that need to look up wallet-level spending summaries
- —Monitoring dashboards tracking x402 protocol adoption and usage
Not for
- —General-purpose blockchain explorers needing full transaction details beyond x402 transfers
- —Querying wallets on chains other than Base or Solana
Quick start
curl -H "X-Payment: <x402_payment_header>" \
"https://www.x402scan.com/api/data/wallets/0x5a3f2804638860f1b13821849befb3d87751eaa5/stats?chain=base&timeframe=7"Endpoint
Quality
The OpenAPI spec documents the general /api/x402/wallets/{address}/stats pattern well with parameters and pricing, but the specific endpoint URL uses /api/data/ instead of /api/x402/ and returned 404 on probe (not a live 402 challenge). No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —The probed endpoint at /api/data/wallets/{address}/stats returned 404 on both GET and POST — the OpenAPI spec documents the path as /api/x402/wallets/{address}/stats instead. The /api/data/ path may be incorrect or deprecated.
- —No response schema is documented; the shape of the returned stats object is unknown.
- —No example responses are available from the probe or crawl material.
Citations
- —The endpoint is priced at $0.01 per call via x402 micropaymenthttps://www.x402scan.com
- —x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —Wallet stats endpoint supports chain (base, solana) and timeframe (1, 7, 14, 30 days) query parametershttps://www.x402scan.com
- —The OpenAPI spec documents the wallet stats path as /api/x402/wallets/{address}/statshttps://www.x402scan.com
- —Data endpoints cost $0.01–$0.02 eachhttps://www.x402scan.com