x402basequality 0.45

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 analytics dashboard for the x402 protocol built by Merit Systems. The specific endpoint queries wallet address 0xda21a6239e932adcf613f85dd662797992ee7b84 and returns metrics such as transaction count, total transfer amount, and unique recipients.

The endpoint accepts optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is priced at $0.01 per call, payable via the x402 micropayment protocol. x402scan indexes payment activity across both Base and Solana chains and tracks facilitators like Coinbase, PayAI, and Meridian.

Note: The probe returned 404 for this specific URL, which uses the path pattern `/api/data/wallets/{address}/stats`. However, the OpenAPI spec documents the equivalent endpoint at `/api/x402/wallets/{address}/stats`. The listing URL may use a deprecated or incorrect path prefix (`/api/data/` vs `/api/x402/`). Callers should use the `/api/x402/wallets/{address}/stats` path documented in the OpenAPI specification.

Capabilities

wallet-statsx402-micropaymenttransaction-analyticsmulti-chain-querybase-chainsolana-chaintimeframe-filteraggregate-metrics

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)
  • Compare wallet behavior across Base and Solana chains
  • Build dashboards tracking x402 protocol adoption per wallet
  • Audit a wallet's x402 spending patterns

Fit

Best for

  • Agents needing quick wallet-level x402 payment summaries
  • Analytics pipelines tracking x402 protocol usage
  • Developers building on the x402 payment ecosystem

Not for

  • General-purpose blockchain explorers (only covers x402 protocol transfers)
  • Real-time transaction streaming or webhooks
  • Querying non-USDC token transfers

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.45/ 1.00

The OpenAPI spec is thorough and documents the /api/x402/wallets/{address}/stats endpoint clearly with parameters and pricing. However, the actual listed URL uses /api/data/ prefix which returned 404 on probe, suggesting a stale or incorrect path. No response schema or example responses are provided. No dedicated docs page exists.

Warnings

  • Probe returned 404 on the listed URL path /api/data/wallets/{address}/stats; the OpenAPI spec documents the endpoint at /api/x402/wallets/{address}/stats instead — the listing URL may be incorrect or deprecated.
  • No response schema or example response is documented in the OpenAPI spec.
  • No dedicated documentation pages found (/docs, /api, /pricing all return 404).

Citations

Provenance

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

Agent access