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 for the x402 protocol, built by Merit Systems. The wallet stats endpoint provides metrics such as transaction count, total transfer amount, and unique recipients for any wallet that has sent x402 payments.
The endpoint accepts optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is one of many data endpoints on x402scan, which also covers merchant stats, facilitator analytics, resource search, and a registry for x402-protected resources. All data endpoints are priced at $0.01 per call via x402 micropayment.
Note: The probe returned HTTP 404 for this specific URL path (`/api/data/wallets/{address}/stats`), while the OpenAPI spec documents the canonical path as `/api/x402/wallets/{address}/stats`. The endpoint likely lives at the `/api/x402/` path prefix rather than `/api/data/`. The broader x402scan origin is live (root returns 200) and the OpenAPI spec is well-documented.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address on Base or Solana
- —Monitor x402 protocol spending activity for a given wallet over configurable time windows
- —Build dashboards tracking wallet-level transaction counts, volumes, and unique recipient counts
- —Audit agent or bot spending patterns across x402-enabled services
Fit
Best for
- —Agents that need to inspect their own x402 spending history
- —Analytics tools tracking x402 protocol adoption and wallet activity
- —Developers building dashboards on top of x402 payment data
Not for
- —General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402 transfers
- —Users who need free, unauthenticated access without micropayments
Quick start
curl -H "X-Payment: <x402-payment-header>" \
"https://www.x402scan.com/api/x402/wallets/0x987d10407337dc55e2bd532c58805008cd4710a5/stats?chain=base&timeframe=7"Endpoint
Quality
The OpenAPI spec is thorough and documents the canonical endpoint path, parameters, and pricing. However, the probed URL path (/api/data/) returned 404 while the spec uses /api/x402/, suggesting the listed endpoint URL may be incorrect. No response schema or example responses are available, and dedicated docs pages return 404.
Warnings
- —Probe returned 404 on the listed path /api/data/wallets/{address}/stats; the canonical OpenAPI path is /api/x402/wallets/{address}/stats — the endpoint URL may need correction.
- —No response schema or example response is documented in the OpenAPI spec.
- —Dedicated docs, pricing, and API pages on x402scan.com all return 404.
Citations
- —The endpoint is documented as GET /api/x402/wallets/{address}/stats with $0.01 fixed price 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
- —Supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)https://www.x402scan.com
- —The wallet stats endpoint returns aggregate stats: tx count, total amount, unique recipientshttps://www.x402scan.com