x402basequality 0.45

Aggregate wallet stats (tx count, volume, unique recipients) from the x402 payment ecosystem for $0.01 per call.

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. Given a wallet address (in this case 0xbae6896f59f7677c04e81c2b3b700b47394a5e76), it provides metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 protocol micropayments on both Base and Solana chains. You can filter results by chain (base or solana) and by timeframe (1, 7, 14, or 30 days lookback).

This is one of several data endpoints offered by x402scan, a payment data explorer and registry for the x402 protocol built by Merit Systems. All data endpoints cost $0.01–$0.02 per call, paid via x402 micropayment (USDC). The broader x402scan API suite includes wallet transactions, merchant stats, facilitator analytics, resource registry, and full-text search across indexed x402 resources.

Note: The specific URL listed here is hardcoded to a single wallet address. The underlying OpenAPI spec defines the general pattern as /api/x402/wallets/{address}/stats, meaning any valid wallet address can be substituted. During probing, this specific URL returned 404 rather than the expected 402 challenge, which may indicate the address has no indexed data or the endpoint requires the /api/x402/ path prefix rather than /api/data/. The OpenAPI-documented path uses /api/x402/wallets/{address}/stats.

Capabilities

wallet-statsx402-micropaymentchain-filtertimeframe-filteraggregate-analyticsbase-chainsolana-chain

Use cases

  • Retrieve aggregate payment statistics for a specific wallet participating in x402 micropayments
  • Monitor a wallet's transaction count, volume, and unique recipient count over configurable time windows
  • Compare wallet activity across Base and Solana chains
  • Build dashboards tracking x402 ecosystem participation by wallet

Fit

Best for

  • Agents needing on-chain x402 payment analytics for a specific wallet
  • Developers building x402 ecosystem monitoring tools
  • Researchers analyzing micropayment adoption across Base and Solana

Not for

  • General-purpose blockchain explorers (this only covers x402 protocol transfers)
  • Wallets or addresses with no x402 activity
  • Real-time streaming transaction feeds (this returns aggregate snapshots)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.45/ 1.00

The OpenAPI spec is well-documented with clear parameter definitions and pricing, but the specific probed endpoint returned 404 (not the expected 402), the URL path differs from the OpenAPI-documented path (/api/data/ vs /api/x402/), no response schema or example responses are provided, and no dedicated docs pages exist.

Warnings

  • Probed endpoint returned 404 on both GET and POST — the URL uses /api/data/wallets/ but the OpenAPI spec documents /api/x402/wallets/{address}/stats. The correct path is likely /api/x402/wallets/{address}/stats.
  • No response schema is documented in the OpenAPI spec — response body structure must be inferred.
  • This listing URL is hardcoded to a single wallet address; the general endpoint accepts any address via the {address} path parameter.

Citations

Provenance

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

Agent access