x402basequality 0.50

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 `0x31da1598362a8d7d94f91e0fa2514d25ed06bf62`), it returns metrics such as transaction count, total transfer volume, and unique recipients. The data can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback).

x402scan is a payment data explorer and analytics dashboard for the x402 protocol, built by Merit Systems. It indexes USDC transfers made via x402 micropayments across Base and Solana chains, tracking merchants, buyers, facilitators, and resources. The platform exposes a suite of data endpoints — wallet stats, merchant stats, transaction histories, facilitator analytics, and a resource registry — all gated behind x402 micropayments of $0.01–$0.02 per call.

Note: The probe returned 404 for this specific endpoint URL, which uses a path pattern `/api/data/wallets/{address}/stats` rather than the OpenAPI-documented `/api/x402/wallets/{address}/stats`. The OpenAPI spec documents the wallet stats endpoint under the `/api/x402/` prefix. The endpoint may have been moved or the URL in the listing may be outdated. Callers should use the `/api/x402/wallets/{address}/stats` path as documented in the OpenAPI spec.

Capabilities

wallet-statstransaction-analyticsx402-micropaymentchain-filtertimeframe-filterusdc-paymentsbase-chainsolana-chain

Use cases

  • Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
  • Monitor wallet activity over configurable time windows (1, 7, 14, or 30 days)
  • Analyze wallet spending patterns across Base and Solana chains
  • Build dashboards tracking x402 protocol adoption per wallet
  • Audit a wallet's x402 micropayment history

Fit

Best for

  • Agents needing on-chain x402 payment analytics for a specific wallet
  • Developers building x402 ecosystem monitoring tools
  • Researchers analyzing x402 protocol usage patterns

Not for

  • General-purpose blockchain transaction lookups outside the x402 protocol
  • Real-time streaming of wallet transactions (this returns aggregate snapshots)
  • Wallets or addresses not participating in the x402 payment ecosystem

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.50/ 1.00

The OpenAPI spec is thorough with clear parameter definitions and pricing, but the actual probed endpoint URL (/api/data/wallets/...) returned 404 while the documented path uses /api/x402/wallets/.... No response schema or example responses are provided. The endpoint is likely live under the correct path but the listing URL appears stale.

Warnings

  • Probed endpoint URL uses /api/data/ prefix but OpenAPI spec documents /api/x402/ prefix — the listing URL may be outdated or incorrect
  • Probe returned 404 on both GET and POST — endpoint may not be live at the exact URL listed
  • No response schema documented in OpenAPI spec; response structure must be inferred

Citations

Provenance

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

Agent access