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 0x5dca1bd12db0a4501b995bd06280b6ae303531c7), it provides metrics such as transaction count, total transfer volume, and unique recipients. It is part of x402scan, a payment data explorer and analytics platform built by Merit Systems that indexes x402 protocol transfers on Base and Solana.
The 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 call, paid via the x402 micropayment protocol. The broader x402scan API suite includes endpoints for merchant stats, buyer/seller leaderboards, facilitator analytics, resource registry, full-text resource search, and even a USDC send endpoint.
Note: The probe returned 404 for this specific wallet address on both GET and POST, which likely means this particular wallet has no indexed data rather than the endpoint being down. The parent endpoint pattern /api/x402/wallets/{address}/stats is documented in the OpenAPI spec and other wallet addresses should work. The x402scan origin itself returned HTTP 200 and the OpenAPI spec is comprehensive.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet participating in the x402 ecosystem
- —Monitor a wallet's transaction count and volume over configurable time windows
- —Compare wallet activity across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption by wallet
Fit
Best for
- —Agents that need on-chain x402 payment analytics for specific wallets
- —Developers building x402 ecosystem monitoring tools
- —Researchers analyzing x402 protocol adoption and usage patterns
Not for
- —General-purpose blockchain explorers needing non-x402 transaction data
- —Wallets or addresses not participating in the x402 payment protocol
- —Real-time streaming transaction feeds (this returns aggregate snapshots)
Quick start
curl -H "X-Payment: <x402-payment-header>" \
"https://www.x402scan.com/api/data/wallets/0xYOUR_WALLET_ADDRESS/stats?chain=base&timeframe=7"Endpoint
Quality
The OpenAPI spec is thorough and documents the /api/x402/wallets/{address}/stats pattern with clear parameters and pricing. However, the specific probed URL returned 404 (possibly a non-existent wallet or a URL path mismatch between /api/data/ and /api/x402/), no response examples are available, and no dedicated documentation pages exist.
Warnings
- —Probe returned 404 for this specific wallet address on both GET and POST — the wallet may have no indexed data, or the URL path /api/data/wallets/ may differ from the documented /api/x402/wallets/ pattern
- —No response schema or example responses are provided in the OpenAPI spec
- —No dedicated documentation pages found (docs, pricing, README all return 404)
Citations
- —The endpoint costs $0.01 per call and accepts 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
- —OpenAPI spec documents /api/x402/wallets/{address}/stats with fixed price of $0.01 USDhttps://www.x402scan.com
- —Data endpoints support filtering by chain (base, solana) and timeframe (1, 7, 14, or 30 days)https://www.x402scan.com