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 0x7056e02f9b2952b2549914b2085ed88095425f59), it provides metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 protocol micropayment 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 indexes on-chain x402 transfers and exposes them via a suite of paid API endpoints. This particular wallet stats endpoint accepts optional query parameters for chain filtering (base or solana) and timeframe lookback (1, 7, 14, or 30 days). The price is a fixed $0.01 per request, paid via the x402 micropayment protocol.
Note: The probe returned HTTP 404 for this specific wallet address, which may indicate the address has no indexed activity or the URL path uses a legacy format (/api/data/wallets/ vs the OpenAPI-documented /api/x402/wallets/). The canonical OpenAPI path is /api/x402/wallets/{address}/stats. The broader x402scan platform is live (root returns 200) and the OpenAPI spec is well-documented.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
- —Monitor wallet activity (transaction count, volume, unique recipients) over configurable timeframes
- —Compare wallet behavior across Base and Solana chains
- —Build dashboards tracking x402 micropayment flows for specific addresses
Fit
Best for
- —Agents needing quick wallet-level summaries of x402 payment activity
- —Analytics pipelines monitoring x402 protocol adoption per wallet
- —Developers building on the x402 protocol who need wallet-level metrics
Not for
- —General-purpose blockchain explorers needing full transaction details (use the transactions endpoint instead)
- —Non-x402 token transfers or arbitrary ERC-20 analytics
- —Wallets with no x402 protocol activity (will return no data)
Quick start
curl -H "X-Payment: <x402_payment_token>" \
"https://www.x402scan.com/api/x402/wallets/0x7056e02f9b2952b2549914b2085ed88095425f59/stats?chain=base&timeframe=30"Endpoint
Quality
The OpenAPI spec is thorough and documents the canonical /api/x402/wallets/{address}/stats endpoint well, but the specific URL listed (/api/data/wallets/.../stats) returned 404 on probe, suggesting a path mismatch or legacy route. No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —The probed endpoint path /api/data/wallets/{address}/stats returned 404; the OpenAPI-documented canonical path is /api/x402/wallets/{address}/stats — the listed URL may be outdated or incorrect.
- —No response schema or example responses are available in the OpenAPI spec.
- —No dedicated documentation pages were found (docs, pricing, README all return 404).
Citations
- —The endpoint costs $0.01 per call and supports chain and timeframe query parametershttps://www.x402scan.com
- —x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —The canonical OpenAPI path for wallet stats is /api/x402/wallets/{address}/statshttps://www.x402scan.com
- —Supported chains are Base and Solana; timeframe options are 1, 7, 14, or 30 dayshttps://www.x402scan.com