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 0x734825b0058ad257e110a73cf62c28738d482b05), it provides metrics such as transaction count, total transfer amount, and unique recipients. The data covers x402 protocol micropayments on Base and Solana chains.
The endpoint is part of x402scan, a payment data explorer and analytics dashboard built by Merit Systems. x402scan indexes x402 protocol transfers and exposes them through a suite of paid data 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). It costs $0.01 per request, paid via an x402 micropayment in USDC.
Note: The probe returned 404 for this specific wallet address, which likely means the address has no indexed activity rather than the endpoint being down. The broader /api/x402/wallets/{address}/stats endpoint is documented in the OpenAPI spec and other wallet-stats endpoints on the same origin are confirmed live. The endpoint follows the x402 protocol pattern where a valid request without payment returns HTTP 402 with payment instructions.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet participating in x402 micropayments
- —Monitor wallet spending activity across Base and Solana chains over configurable time windows
- —Build dashboards tracking x402 protocol adoption by analyzing wallet-level metrics
- —Audit a wallet's x402 payment history including total volume and recipient count
Fit
Best for
- —Agents needing quick wallet-level summaries of x402 micropayment activity
- —Analytics pipelines tracking x402 ecosystem participation
- —Developers building on the x402 protocol who need wallet insights
Not for
- —General-purpose blockchain wallet balance lookups (this only covers x402 protocol transfers)
- —Real-time transaction streaming or webhooks
- —Non-USDC token analytics
Quick start
curl -H "X-Payment: <x402_payment_token>" \
"https://www.x402scan.com/api/x402/wallets/0x734825b0058ad257e110a73cf62c28738d482b05/stats?chain=base&timeframe=30"Endpoint
Quality
The OpenAPI spec is well-documented with clear parameter definitions and pricing info, but the specific probed URL returned 404 (possibly due to no indexed data for that wallet). No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —Probe returned 404 for this specific wallet address — the address may have no indexed x402 activity, or the URL path format may differ from the OpenAPI spec pattern /api/x402/wallets/{address}/stats vs /api/data/wallets/{address}/stats
- —The probed URL uses /api/data/wallets/ but the OpenAPI spec documents /api/x402/wallets/ — the endpoint path may have been renamed or the listing URL is stale
- —No response schema is documented in the OpenAPI spec; response structure must be inferred
Citations
- —Wallet stats endpoint costs $0.01 per call via x402 micropaymenthttps://www.x402scan.com
- —Endpoint accepts chain (base/solana) and timeframe (1,7,14,30 days) query parametershttps://www.x402scan.com
- —x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —Data endpoints require $0.01–$0.02 x402 micropaymentshttps://www.x402scan.com