x402basequality 0.55

Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol explorer.

Price
per_call
Protocol
x402
Verified
no

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 registry for the x402 protocol built by Merit Systems. Given a wallet address, the endpoint returns metrics such as transaction count, total transfer amount, and unique recipients for that wallet's outbound x402 transfers.

The endpoint supports optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is a GET request priced at $0.01 per call, paid via the x402 micropayment protocol. The specific URL listed here queries a hardcoded wallet address (0x5a3f…eaa5); the general pattern is `/api/x402/wallets/{address}/stats` where `{address}` can be any wallet.

x402scan indexes on-chain USDC transfer data across Base and Solana chains. The broader API suite includes endpoints for merchant stats, transaction histories, facilitator analytics, resource search, and a registry for x402-protected resources. All data endpoints cost $0.01–$0.02 each via x402 micropayments.

Capabilities

wallet-statsx402-payment-analyticstransaction-aggregationmulti-chain-querybase-chainsolana-chaintimeframe-filteringmicropayment-gated

Use cases

  • Retrieve aggregate spending stats for a wallet participating in x402 micropayments
  • Monitor a wallet's x402 transaction count and volume over configurable time windows
  • Compare wallet activity across Base and Solana chains
  • Feed wallet-level analytics into dashboards tracking x402 ecosystem participation
  • Audit outbound x402 payment patterns for a specific address

Fit

Best for

  • Developers building analytics on top of the x402 micropayment ecosystem
  • Agents that need to look up wallet-level spending summaries
  • Monitoring dashboards tracking x402 protocol adoption and usage

Not for

  • General-purpose blockchain explorers needing full transaction details beyond x402 transfers
  • Querying wallets on chains other than Base or Solana

Quick start

curl -H "X-Payment: <x402_payment_header>" \
  "https://www.x402scan.com/api/data/wallets/0x5a3f2804638860f1b13821849befb3d87751eaa5/stats?chain=base&timeframe=7"

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.55/ 1.00

The OpenAPI spec documents the general /api/x402/wallets/{address}/stats pattern well with parameters and pricing, but the specific endpoint URL uses /api/data/ instead of /api/x402/ and returned 404 on probe (not a live 402 challenge). No response schema or example responses are provided. No dedicated docs page exists.

Warnings

  • The probed endpoint at /api/data/wallets/{address}/stats returned 404 on both GET and POST — the OpenAPI spec documents the path as /api/x402/wallets/{address}/stats instead. The /api/data/ path may be incorrect or deprecated.
  • No response schema is documented; the shape of the returned stats object is unknown.
  • No example responses are available from the probe or crawl material.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:34:11Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access