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 `0x0ccf3bbc9849067f67a160e0ce776a3da64e7ef6`), it returns metrics such as transaction count, total transfer volume, and unique recipients. It is part of x402scan, an analytics dashboard and block explorer for the x402 protocol, built by Merit Systems.

The endpoint supports optional query parameters to filter by chain (`base` or `solana`) and by timeframe (1, 7, 14, or 30 days lookback). Payment is handled via the x402 protocol at a fixed price of $0.01 per request. The broader x402scan API suite includes endpoints for merchant stats, buyer/seller leaderboards, facilitator analytics, resource registry, full-text resource search, and even a USDC send endpoint.

Note: The probe returned 404 for this specific wallet address on both GET and POST, which likely means this particular address has no indexed data rather than the endpoint being down. The OpenAPI spec at the same origin confirms the `/api/x402/wallets/{address}/stats` pattern is a live, documented route. The endpoint URL in this listing is address-specific; using a wallet address that has x402 activity should return a proper 402 challenge and then data upon payment.

Capabilities

wallet-statsx402-analyticstransaction-aggregationchain-filteringtimeframe-filteringmicropayment-gated

Use cases

  • Retrieve aggregate payment statistics for a specific wallet participating in x402 transactions
  • Monitor a wallet's x402 spending activity over configurable time windows (1, 7, 14, or 30 days)
  • Filter wallet analytics by chain (Base or Solana) to understand cross-chain payment behavior
  • Build dashboards tracking agent or buyer spending patterns in the x402 ecosystem

Fit

Best for

  • Developers building analytics on top of the x402 payment protocol
  • AI agents that need to check their own or others' x402 spending history
  • Researchers analyzing micropayment adoption across Base and Solana

Not for

  • General-purpose blockchain explorers needing full transaction details (this returns aggregates only)
  • Querying wallets with no x402 activity (will return 404)
  • Non-x402 payment protocol analytics

Quick start

curl -H 'X-Payment: <x402-payment-header>' \
  'https://www.x402scan.com/api/data/wallets/{address}/stats?chain=base&timeframe=7'

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.50/ 1.00

The OpenAPI spec is thorough and documents the wallet stats pattern clearly with pricing and parameters. However, the specific endpoint URL probed returned 404 (likely an inactive wallet address), no response schema is documented, and no example responses are available from crawl material.

Warnings

  • Probe returned 404 for this specific wallet address on both GET and POST — the address may have no indexed x402 activity. The route pattern /api/x402/wallets/{address}/stats is documented and likely works for active addresses.
  • The endpoint URL uses /api/data/wallets/ but the OpenAPI spec documents /api/x402/wallets/ — there may be a path mismatch or the /api/data/ prefix is a legacy or alternate route.
  • No response schema is provided in the OpenAPI spec; response structure must be inferred.

Citations

  • Endpoint is documented as returning aggregate stats for a wallet (tx count, total amount, unique recipients) at $0.01 per call
    https://www.x402scan.com
  • Supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)
    https://www.x402scan.com
  • x402scan is described as the x402 analytics dashboard and block explorer, built by Merit Systems
    https://www.x402scan.com
  • OpenAPI spec version 3.1.0 documents the /api/x402/wallets/{address}/stats route with x402 payment at $0.01
    https://www.x402scan.com

Provenance

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

Agent access

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