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 `0x288cab6a683e5635da8ec525149fd329bced4c77`), it reports metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 micropayment transfers on both Base and Solana chains.
The endpoint is part of x402scan, a payment data explorer and analytics dashboard built by Merit Systems. x402scan indexes on-chain x402 protocol transfers and exposes them through a suite of paid API endpoints. This particular wallet stats endpoint accepts optional query parameters for `chain` (base or solana) and `timeframe` (1, 7, 14, or 30 day lookback). The cost is a fixed $0.01 USDC micropayment per request, settled via the x402 protocol.
Note: The probe returned 404 for this specific wallet address on both GET and POST, which likely means the address has no indexed activity rather than the endpoint being down. The broader x402scan origin is live (HTTP 200) and the OpenAPI spec documents the parameterized path `/api/x402/wallets/{address}/stats` as active. Agents should substitute a wallet address that has known x402 activity to receive data.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet participating in x402 transfers
- —Monitor a wallet's x402 spending activity over configurable time windows (1, 7, 14, or 30 days)
- —Compare wallet activity across Base and Solana chains
- —Build dashboards tracking x402 ecosystem participant behavior
- —Audit an agent wallet's cumulative micropayment history
Fit
Best for
- —Agents or developers tracking x402 micropayment activity for a known wallet
- —Analytics pipelines that need per-wallet aggregate stats from the x402 ecosystem
- —Monitoring spending patterns of AI agent wallets using x402
Not for
- —Looking up general ERC-20 or SPL token balances unrelated to x402 transfers
- —Wallets with no x402 transaction history (returns 404)
- —Real-time streaming transaction feeds (this is a point-in-time aggregate)
Quick start
curl -H "X-Payment: <x402-payment-header>" \
"https://www.x402scan.com/api/x402/wallets/0x288cab6a683e5635da8ec525149fd329bced4c77/stats?chain=base&timeframe=30"Endpoint
Quality
The OpenAPI spec is well-documented with clear parameter schemas and pricing, but the specific wallet address probed returned 404 (likely no indexed 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 activity. The parameterized endpoint /api/x402/wallets/{address}/stats is documented and likely functional for wallets with activity.
- —No response body schema is documented in the OpenAPI spec; response structure must be inferred at runtime.
- —No dedicated documentation pages found (/docs, /api, /pricing all return 404).
Citations
- —The endpoint costs $0.01 per call via x402 micropaymenthttps://www.x402scan.com
- —x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —Wallet stats endpoint accepts chain (base/solana) and timeframe (1,7,14,30) query parametershttps://www.x402scan.com
- —x402scan tracks transactions on both Base and Solana chainshttps://www.x402scan.com