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. It is part of x402scan, a payment data explorer and analytics platform built by Merit Systems that indexes x402 protocol transactions on Base and Solana chains.

The wallet stats endpoint (`GET /api/x402/wallets/{address}/stats`) provides summary metrics such as transaction count, total transfer amount, and unique recipients for a given sender wallet. Results can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 day lookback). The endpoint is priced at $0.01 per request, paid via the x402 micropayment protocol.

Note: The specific URL listed here hard-codes a particular wallet address (`0x647e30fbbbd85a3e317dedd60d0f46daca23fc8e`). The probe returned 404 on both GET and POST, which may indicate this particular wallet address has no indexed data, or the URL path uses a different routing pattern than the OpenAPI spec's `/api/x402/wallets/{address}/stats`. The broader x402scan origin is live (root returns 200) and the OpenAPI spec documents this endpoint pattern as active. The parent platform tracks over 97K transactions and $17K in daily volume across 269 sellers and 10K+ buyers.

Capabilities

wallet-statstransaction-analyticsx402-micropaymentbase-chainsolana-chaintimeframe-filterchain-filterpayment-data-explorer

Use cases

  • Retrieve aggregate payment statistics for a specific sender wallet in the x402 ecosystem
  • Monitor wallet activity over configurable time windows (1, 7, 14, or 30 days)
  • Filter wallet stats by chain (Base or Solana) for cross-chain analytics
  • Build dashboards tracking x402 protocol adoption and wallet-level metrics
  • Audit a wallet's x402 spending patterns and recipient diversity

Fit

Best for

  • Developers building analytics on x402 protocol payment flows
  • Agents needing wallet-level spending summaries for on-chain micropayments
  • Researchers studying x402 ecosystem adoption and transaction patterns

Not for

  • General-purpose blockchain explorers (this only covers x402 protocol transfers)
  • Real-time transaction streaming or webhooks (this is a polling/query endpoint)
  • Non-x402 token transfers or DeFi analytics

Quick start

curl -H "X-Payment: <x402_payment_header>" \
  "https://www.x402scan.com/api/x402/wallets/0x647e30fbbbd85a3e317dedd60d0f46daca23fc8e/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 challenge), no response schema is provided, and no example responses are available. The URL path in the listing uses /api/data/wallets/ while the OpenAPI spec documents /api/x402/wallets/, suggesting a path mismatch.

Warnings

  • Probe returned 404 on both GET and POST — the listed URL path (/api/data/wallets/...) differs from the OpenAPI-documented path (/api/x402/wallets/...), suggesting the endpoint URL may be incorrect or outdated.
  • No response schema is documented in the OpenAPI spec; response structure must be inferred.
  • No example responses are available from probe or crawl material.

Citations

  • The endpoint is priced at $0.01 per request via x402 micropayment
    https://www.x402scan.com
  • x402scan is described as a payment data explorer and registry for the x402 protocol, built by Merit Systems
    https://www.x402scan.com
  • Wallet stats endpoint supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)
    https://www.x402scan.com
  • The platform tracked ~97.43K transactions and ~$17.06K volume in the past 24 hours across 10.23K buyers and 269 sellers
    https://www.x402scan.com
  • OpenAPI spec documents the endpoint at /api/x402/wallets/{address}/stats, not /api/data/wallets/{address}/stats
    https://www.x402scan.com

Provenance

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

Agent access