Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol 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, it reports metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 protocol USDC transfers on both Base and Solana chains. Results can be filtered by chain (base or solana) and by timeframe (1, 7, 14, or 30 days lookback).
The endpoint is part of x402scan, an analytics dashboard and block explorer for the x402 protocol built by Merit Systems. x402scan indexes on-chain x402 micropayment activity and exposes it through a suite of paid data endpoints. This particular endpoint corresponds to the OpenAPI operation `x402_wallets_stats` at the path `/api/x402/wallets/{address}/stats`. The listed endpoint URL contains a hardcoded address (`0xe71fca10c3dde0f49a0068ef3ebd5e7edae192ef`), so it queries stats for that specific wallet.
Payment is $0.01 per request, settled via the x402 protocol (USDC micropayment). The probe returned HTTP 404 rather than the expected 402 challenge, which may indicate the specific wallet address in the URL is not indexed or the endpoint path has changed. The broader x402scan origin is live (root returns 200) and the OpenAPI spec is well-documented, so the service itself appears operational.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a wallet participating in x402 micropayments
- —Monitor a wallet's x402 spending volume and recipient diversity over configurable timeframes
- —Compare wallet activity across Base and Solana chains
- —Feed wallet-level x402 metrics into dashboards or agent decision-making pipelines
- —Audit x402 protocol usage for a specific address
Fit
Best for
- —Agents or dashboards that need quick aggregate stats on x402 wallet activity
- —Monitoring x402 micropayment spending patterns for a known address
- —Comparing wallet behavior across Base and Solana chains
Not for
- —General-purpose blockchain wallet balance lookups (this only covers x402 protocol transfers)
- —Querying wallets that have never participated in x402 payments
- —Detailed per-transaction history (use the wallets/{address}/transactions endpoint instead)
Quick start
curl -X GET "https://www.x402scan.com/api/x402/wallets/0xe71fca10c3dde0f49a0068ef3ebd5e7edae192ef/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 specific endpoint URL returned 404 on both GET and POST probes rather than the expected 402 challenge. No response schema or example responses are documented. The crawl yielded no dedicated docs page.
Warnings
- —Probe returned HTTP 404 on both GET and POST — the hardcoded wallet address may not be indexed, or the endpoint path may differ from the Bazaar listing (OpenAPI uses /api/x402/wallets/{address}/stats, not /api/data/wallets/{address}/stats).
- —The listed URL path contains '/api/data/wallets/' but the OpenAPI spec defines '/api/x402/wallets/' — possible path mismatch in the Bazaar record.
- —No response schema or example responses are provided in the OpenAPI spec.
- —No dedicated documentation page exists (x402scan.com/docs returns 404).
Citations
- —The endpoint is described as 'Aggregate stats for a wallet (tx count, total amount, unique recipients)' at $0.01 per call via x402 protocol.https://www.x402scan.com
- —x402scan is described as 'The x402 analytics dashboard and block explorer' built by Merit Systems.https://www.x402scan.com
- —The OpenAPI spec defines the wallet stats endpoint at /api/x402/wallets/{address}/stats with chain and timeframe query parameters.https://www.x402scan.com
- —Data endpoints cost $0.01–$0.02 each, settled via x402 micropayment.https://www.x402scan.com