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 0x76dc62757559e5ee4ac9ae38c6cfd227e3e3c3ab), it provides metrics such as transaction count, total transfer volume, and unique recipients. It is part of the x402scan analytics platform built by Merit Systems, which indexes x402 protocol payment data across Base and Solana chains.
The endpoint supports optional query parameters to filter by chain (base or solana) and timeframe (1, 7, 14, or 30 days lookback). Each call costs $0.01 USD, paid via the x402 micropayment protocol. The broader x402scan platform offers a suite of related data endpoints covering merchants, buyers, facilitators, resources, and a registry — all priced at $0.01–$0.02 per request.
Note: The probe returned 404 for this specific wallet address on both GET and POST, which likely means this particular address has no indexed data rather than the endpoint being down. The OpenAPI spec confirms the general /api/x402/wallets/{address}/stats route is a valid, documented endpoint. The x402scan origin itself returned HTTP 200 and the site is clearly operational with live ecosystem stats shown on the homepage.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet participating in x402 transactions
- —Monitor a wallet's x402 spending activity over configurable time windows (1, 7, 14, or 30 days)
- —Filter wallet stats by chain (Base or Solana) to analyze cross-chain payment behavior
- —Build dashboards tracking x402 protocol adoption and wallet-level activity
Fit
Best for
- —Agents needing on-chain x402 payment analytics for a specific wallet
- —Developers building x402 ecosystem monitoring tools
- —Analysts tracking micropayment volume and counterparty diversity
Not for
- —General-purpose blockchain explorers (this only covers x402 protocol transfers, not all on-chain activity)
- —Wallets with no x402 transaction history (will return 404)
- —Real-time streaming transaction feeds (this is an aggregate stats endpoint)
Quick start
curl -X GET "https://www.x402scan.com/api/x402/wallets/0x76dc62757559e5ee4ac9ae38c6cfd227e3e3c3ab/stats?chain=base&timeframe=30" \
-H "X-Payment: <x402_payment_token>"Endpoint
Quality
The OpenAPI spec is well-documented with clear parameter definitions and pricing, but the specific wallet address in the endpoint returned 404 (likely no data for that address). No response schema or example responses are provided in the spec. No dedicated docs page exists.
Warnings
- —Probe returned 404 for this specific wallet address — the address may have no indexed x402 data. The general /api/x402/wallets/{address}/stats route is documented and likely works for wallets with activity.
- —No response schema is defined in the OpenAPI spec — response structure must be inferred.
- —No dedicated documentation page found (x402scan.com/docs returns 404).
Citations
- —Endpoint is documented as GET /api/x402/wallets/{address}/stats with $0.01 fixed pricehttps://www.x402scan.com
- —Supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)https://www.x402scan.com
- —x402scan is described as a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —The x402scan homepage shows live ecosystem stats: 97.43K transactions, $17.06K volume, 10.23K buyers, 269 sellers in past 24 hourshttps://www.x402scan.com