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 0xc070e43a6f4a3e77f041848d72db2cda30e3a7e9), it returns metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 micropayment transfers on Base and Solana chains, with optional filtering by chain and timeframe (1, 7, 14, or 30 days lookback).
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 data endpoints. This particular wallet stats endpoint costs $0.01 per request, payable via the x402 micropayment protocol (X-Payment header). The broader x402scan API also offers endpoints for merchant stats, transaction histories, facilitator analytics, resource registry lookups, full-text search across x402 resources, and even a USDC send endpoint.
Note: the probe returned 404 for this specific endpoint URL, which uses the path pattern `/api/data/wallets/{address}/stats` rather than the documented OpenAPI pattern `/api/x402/wallets/{address}/stats`. The canonical endpoint per the OpenAPI spec is at `/api/x402/wallets/{address}/stats`. The `/api/data/` variant may be a legacy or alternate path that is no longer active.
Capabilities
Use cases
- —Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
- —Monitor a wallet's x402 micropayment activity over configurable time windows
- —Compare wallet activity across Base and Solana chains
- —Build dashboards tracking x402 protocol adoption per wallet
- —Audit an agent's spending history across x402-enabled services
Fit
Best for
- —Developers building analytics on top of the x402 micropayment protocol
- —AI agents that need to inspect their own or others' x402 spending patterns
- —Researchers studying x402 ecosystem adoption and transaction volumes
Not for
- —General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402 transfers
- —Users who need free unlimited access — every call costs $0.01 via x402
- —Querying wallets that have never participated in x402 protocol transfers
Quick start
curl -H "X-Payment: <x402-payment-token>" \
"https://www.x402scan.com/api/x402/wallets/0xc070e43a6f4a3e77f041848d72db2cda30e3a7e9/stats?chain=base&timeframe=30"Endpoint
Quality
The OpenAPI spec is well-documented with clear parameter schemas and pricing, but the probed endpoint URL (/api/data/wallets/…) returned 404 on both GET and POST, suggesting the registered Bazaar URL may be stale or incorrect versus the canonical /api/x402/wallets/… path. No response schema or example responses are provided. No dedicated docs page exists.
Warnings
- —Probe returned 404 on both GET and POST — the registered URL path /api/data/wallets/{address}/stats does not match the OpenAPI-documented path /api/x402/wallets/{address}/stats. The endpoint may be reachable at the /api/x402/ path instead.
- —No response schema or example response is documented in the OpenAPI spec.
- —No dedicated documentation page found (x402scan.com/docs returns 404).
Citations
- —Wallet stats endpoint costs $0.01 per call and accepts chain and timeframe query parametershttps://www.x402scan.com
- —x402scan is described as a payment data explorer and registry for the x402 protocol, built by Merit Systemshttps://www.x402scan.com
- —OpenAPI spec documents the canonical path as /api/x402/wallets/{address}/stats with x-payment-info price of $0.01https://www.x402scan.com
- —Data endpoints support Base and Solana chain filters with timeframe lookback of 1, 7, 14, or 30 dayshttps://www.x402scan.com