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 `0xa6002b6952fd6aae094adb5307a993801270b4b9`), it returns 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 platform built by Merit Systems. x402scan indexes on-chain x402 micropayment activity across multiple chains and facilitators (Coinbase, PayAI, Meridian). The wallet stats endpoint accepts optional query parameters to filter by chain (`base` or `solana`) and timeframe (1, 7, 14, or 30 days lookback). It costs $0.01 per request, paid via the x402 protocol using USDC.
Note: The specific URL listed here is under the `/api/data/` path prefix rather than the `/api/x402/` prefix documented in the OpenAPI spec, and the probe returned 404 on both GET and POST. The canonical equivalent appears to be `/api/x402/wallets/{address}/stats`. The endpoint may have been moved or the URL path may be outdated. The broader x402scan origin is live (root returns 200) and the OpenAPI spec documents the wallet stats operation clearly.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
- —Monitor a wallet's x402 micropayment activity over configurable time windows
- —Compare wallet activity across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit agent spending patterns through x402 transfer summaries
Fit
Best for
- —Developers building analytics on x402 micropayment flows
- —AI agents needing to check their own spending stats
- —Researchers studying x402 protocol adoption and usage patterns
Not for
- —General-purpose blockchain explorers (covers only x402 protocol transfers, not all on-chain activity)
- —Wallets or addresses not participating in the x402 ecosystem
- —Real-time streaming transaction monitoring
Quick start
curl -X GET "https://www.x402scan.com/api/x402/wallets/0xa6002b6952fd6aae094adb5307a993801270b4b9/stats?chain=base&timeframe=7" \
-H "X-Payment: <x402_payment_token>"Endpoint
Quality
The OpenAPI spec is thorough and documents the wallet stats operation clearly at /api/x402/wallets/{address}/stats, but the actual listed endpoint at /api/data/wallets/.../stats returned 404 on probe. No response schema or example responses are provided. The endpoint path mismatch and 404 result lower confidence that this specific URL is live.
Warnings
- —Probe returned 404 on both GET and POST for the listed /api/data/ path; the canonical path appears to be /api/x402/wallets/{address}/stats instead
- —No response schema or example responses documented in the OpenAPI spec
- —The listed URL may be outdated or moved — verify the correct path before integrating
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 OpenAPI spec documents the wallet stats endpoint at /api/x402/wallets/{address}/statshttps://www.x402scan.com
- —x402scan indexes transfers across Base and Solana chains with facilitators including Coinbase, PayAI, and Meridianhttps://www.x402scan.com