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 `0x73ca9d34583a251bf92e13536404f32967c24352`), it returns metrics such as transaction count, total volume, and unique recipients. The data covers x402 protocol transfers on Base and Solana chains.
The endpoint is part of x402scan, a payment data explorer and analytics dashboard for the x402 protocol built by Merit Systems. It is one of several data endpoints offered by x402scan, alongside merchant stats, facilitator stats, buyer/seller leaderboards, and a resource registry. All data endpoints are gated by x402 micropayments at $0.01–$0.02 per request.
The wallet stats endpoint accepts optional query parameters for `chain` (base or solana) and `timeframe` (1, 7, 14, or 30 days lookback). Note that the probed URL uses a legacy path pattern (`/api/data/wallets/{address}/stats`) which returned 404; the canonical path documented in the OpenAPI spec is `/api/x402/wallets/{address}/stats`. Callers should use the canonical path for reliable access.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
- —Monitor a wallet's x402 spending activity over configurable time windows
- —Compare wallet activity across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit an agent's cumulative x402 micropayment expenditure
Fit
Best for
- —Agents needing to inspect their own x402 spending history
- —Analytics tools tracking x402 protocol wallet-level metrics
- —Developers building x402 ecosystem dashboards
Not for
- —General-purpose blockchain explorers (covers only x402 protocol transfers, not all on-chain activity)
- —Wallets or addresses not participating in the x402 payment protocol
Quick start
curl -H "X-Payment: <x402_payment_header>" \
"https://www.x402scan.com/api/x402/wallets/0x73ca9d34583a251bf92e13536404f32967c24352/stats?chain=base&timeframe=30"Endpoint
Quality
The OpenAPI spec is well-documented with clear parameter schemas and pricing info, but the specific probed URL (/api/data/wallets/...) returned 404 on both GET and POST, suggesting a legacy or incorrect path. The canonical path (/api/x402/wallets/{address}/stats) is documented but was not directly probed. No response schema or example responses are provided in the spec. No dedicated docs page exists.
Warnings
- —The probed endpoint path /api/data/wallets/{address}/stats returned 404; the canonical documented path is /api/x402/wallets/{address}/stats — callers should use the canonical path.
- —No response schema or example responses are documented in the OpenAPI spec.
- —No dedicated documentation page found (x402scan.com/docs returns 404).
Citations
- —The endpoint returns aggregate stats for a wallet including tx count, total amount, and unique recipients, priced at $0.01 per call.https://www.x402scan.com
- —x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systems.https://www.x402scan.com
- —Data endpoints require $0.01–$0.02 x402 micropayments; wallet stats accepts chain (base/solana) and timeframe (1,7,14,30) parameters.https://www.x402scan.com