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 analytics dashboard for the x402 protocol built by Merit Systems. The specific endpoint queries wallet address 0xda21a6239e932adcf613f85dd662797992ee7b84 and returns metrics such as transaction count, total transfer amount, and unique recipients.
The endpoint accepts optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is priced at $0.01 per call, payable via the x402 micropayment protocol. x402scan indexes payment activity across both Base and Solana chains and tracks facilitators like Coinbase, PayAI, and Meridian.
Note: The probe returned 404 for this specific URL, which uses the path pattern `/api/data/wallets/{address}/stats`. However, the OpenAPI spec documents the equivalent endpoint at `/api/x402/wallets/{address}/stats`. The listing URL may use a deprecated or incorrect path prefix (`/api/data/` vs `/api/x402/`). Callers should use the `/api/x402/wallets/{address}/stats` path documented in the OpenAPI specification.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
- —Monitor wallet activity over configurable time windows (1, 7, 14, or 30 days)
- —Compare wallet behavior across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit a wallet's x402 spending patterns
Fit
Best for
- —Agents needing quick wallet-level x402 payment summaries
- —Analytics pipelines tracking x402 protocol usage
- —Developers building on the x402 payment ecosystem
Not for
- —General-purpose blockchain explorers (only covers x402 protocol transfers)
- —Real-time transaction streaming or webhooks
- —Querying non-USDC token transfers
Quick start
curl -X GET 'https://www.x402scan.com/api/x402/wallets/0xda21a6239e932adcf613f85dd662797992ee7b84/stats?chain=base&timeframe=7' \
-H 'X-Payment: <x402_payment_token>'Endpoint
Quality
The OpenAPI spec is thorough and documents the /api/x402/wallets/{address}/stats endpoint clearly with parameters and pricing. However, the actual listed URL uses /api/data/ prefix which returned 404 on probe, suggesting a stale or incorrect path. No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —Probe returned 404 on the listed URL path /api/data/wallets/{address}/stats; the OpenAPI spec documents the endpoint at /api/x402/wallets/{address}/stats instead — the listing URL may be incorrect or deprecated.
- —No response schema or example response is documented in the OpenAPI spec.
- —No dedicated documentation pages found (/docs, /api, /pricing all return 404).
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
- —The OpenAPI spec documents /api/x402/wallets/{address}/stats with chain and timeframe query parametershttps://www.x402scan.com
- —Supported chains are Base and Solana; timeframe options are 1, 7, 14, or 30 dayshttps://www.x402scan.com