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 built by Merit Systems that indexes x402 protocol transfers on Base and Solana chains.
The wallet stats endpoint (`GET /api/x402/wallets/{address}/stats`) provides summary metrics such as transaction count, total transfer amount, and unique recipients for a given sender address. Results can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback). The endpoint costs $0.01 per call, paid via an x402 micropayment in the X-Payment header.
Note: The specific URL listed here hardcodes a particular wallet address (`0x10f847d1f41ae3212b2224237cb505b51e225870`). The underlying API is parameterized — any valid wallet address can be substituted in the path. x402scan also offers sibling endpoints for merchant stats, transaction histories, facilitator analytics, resource search, and a registry for discovering x402-protected resources. All data endpoints are priced at $0.01–$0.02 each. The endpoint returned 404 during probing (possibly because the hardcoded address has no indexed data), but the broader x402scan API surface is live with a full OpenAPI spec and active ecosystem traffic.
Capabilities
Use cases
- —Retrieve aggregate spending stats for an x402 wallet address
- —Monitor transaction volume and recipient diversity for a specific sender
- —Filter wallet activity by chain (Base vs Solana) and time window
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit agent spending patterns across x402-enabled services
Fit
Best for
- —Agents needing to inspect their own x402 spending history
- —Analytics tools monitoring x402 ecosystem activity
- —Developers building wallet-level reporting on x402 transfers
Not for
- —Looking up non-x402 on-chain transactions (only indexes x402 protocol transfers)
- —Free or unauthenticated bulk data access (every call requires a $0.01 micropayment)
Quick start
curl -H "X-Payment: <x402-payment-token>" \
"https://www.x402scan.com/api/x402/wallets/0x10f847d1f41ae3212b2224237cb505b51e225870/stats?chain=base&timeframe=7"Endpoint
Quality
Full OpenAPI spec with clear pricing and parameter documentation is available, but the specific hardcoded-address endpoint returned 404 during probing (no 402 challenge captured). No response schema or example responses are documented. The broader x402scan platform is clearly live with active traffic.
Warnings
- —Probed endpoint returned 404 on both GET and POST — the hardcoded wallet address may have no indexed data, or the URL path uses /api/data/ instead of the documented /api/x402/ prefix
- —No response schema is provided in the OpenAPI spec for any endpoint
- —No example response data available — response structure must be inferred
Citations
- —The wallet stats endpoint costs $0.01 per call via x402 micropaymenthttps://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 filtering by chain (base, solana) and timeframe (1, 7, 14, or 30 days)https://www.x402scan.com
- —The x402 ecosystem showed 97.43K transactions and $17.06K volume in the past 24 hours at time of crawlhttps://www.x402scan.com
- —The endpoint probe returned 404 on both POST and GET methodshttps://www.x402scan.com/api/data/wallets/0x10f847d1f41ae3212b2224237cb505b51e225870/stats