Aggregate wallet stats (tx count, volume, unique recipients) from the x402 payment ecosystem for $0.01 per call.
What it does
This endpoint returns aggregate statistics for a specific wallet address within the x402 payment ecosystem. Given a wallet address (in this case `0x31da1598362a8d7d94f91e0fa2514d25ed06bf62`), it returns metrics such as transaction count, total transfer 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 transfers made via x402 micropayments across Base and Solana chains, tracking merchants, buyers, facilitators, and resources. The platform exposes a suite of data endpoints — wallet stats, merchant stats, transaction histories, facilitator analytics, and a resource registry — all gated behind x402 micropayments of $0.01–$0.02 per call.
Note: The probe returned 404 for this specific endpoint URL, which uses a path pattern `/api/data/wallets/{address}/stats` rather than the OpenAPI-documented `/api/x402/wallets/{address}/stats`. The OpenAPI spec documents the wallet stats endpoint under the `/api/x402/` prefix. The endpoint may have been moved or the URL in the listing may be outdated. Callers should use the `/api/x402/wallets/{address}/stats` path as documented in the OpenAPI spec.
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)
- —Analyze wallet spending patterns across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit a wallet's x402 micropayment history
Fit
Best for
- —Agents needing on-chain x402 payment analytics for a specific wallet
- —Developers building x402 ecosystem monitoring tools
- —Researchers analyzing x402 protocol usage patterns
Not for
- —General-purpose blockchain transaction lookups outside the x402 protocol
- —Real-time streaming of wallet transactions (this returns aggregate snapshots)
- —Wallets or addresses not participating in the x402 payment ecosystem
Quick start
curl -X GET "https://www.x402scan.com/api/x402/wallets/0x31da1598362a8d7d94f91e0fa2514d25ed06bf62/stats?chain=base&timeframe=7" \
-H "X-Payment: <x402_payment_token>"Endpoint
Quality
The OpenAPI spec is thorough with clear parameter definitions and pricing, but the actual probed endpoint URL (/api/data/wallets/...) returned 404 while the documented path uses /api/x402/wallets/.... No response schema or example responses are provided. The endpoint is likely live under the correct path but the listing URL appears stale.
Warnings
- —Probed endpoint URL uses /api/data/ prefix but OpenAPI spec documents /api/x402/ prefix — the listing URL may be outdated or incorrect
- —Probe returned 404 on both GET and POST — endpoint may not be live at the exact URL listed
- —No response schema documented in OpenAPI spec; response structure must be inferred
Citations
- —Wallet stats endpoint is documented at /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
- —Data endpoints support chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)https://www.x402scan.com
- —Most data endpoints require $0.01–$0.02 x402 micropaymenthttps://www.x402scan.com