x402basequality 0.45

Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol explorer 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 0xc834c75e1fe31c479a68440389c88c996100a34c), it provides metrics such as transaction count, total transfer amount, and unique recipients. The data can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback).

The endpoint is part of x402scan, a payment data explorer and registry for the x402 protocol built by Merit Systems. x402scan indexes on-chain x402 micropayment transfers across Base and Solana, tracking merchants, buyers, facilitators, and resources. The broader API suite includes endpoints for merchant stats, facilitator analytics, resource search, and a USDC send capability.

This specific endpoint costs $0.01 per request, paid via the x402 protocol (HTTP 402 challenge with X-Payment header). Note that the probe returned 404 rather than the expected 402 challenge, which may indicate the wallet address in the URL is not indexed or the endpoint path has changed. The OpenAPI spec lists the canonical pattern as /api/x402/wallets/{address}/stats, while the probed URL uses /api/data/wallets/{address}/stats — the path prefix differs, suggesting the endpoint may have been relocated or the listing URL is stale.

Capabilities

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

Use cases

  • Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
  • Monitor a wallet's x402 spending activity over configurable time windows
  • Compare wallet activity across Base and Solana chains
  • Build dashboards tracking x402 protocol adoption per wallet

Fit

Best for

  • Agents needing quick wallet-level summaries of x402 micropayment activity
  • Analytics pipelines monitoring x402 protocol usage
  • Developers building on the x402 protocol who need wallet insights

Not for

  • General-purpose blockchain explorers needing full transaction details (use the transactions endpoint instead)
  • Non-x402 token transfers or arbitrary ERC-20 analytics
  • Free/unauthenticated bulk data access

Quick start

curl -H "X-Payment: <x402_payment_token>" \
  "https://www.x402scan.com/api/x402/wallets/0xc834c75e1fe31c479a68440389c88c996100a34c/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 parameters and pricing, but the probed URL (/api/data/wallets/...) returned 404 instead of 402, suggesting the listing URL is stale or uses an incorrect path prefix (the spec shows /api/x402/wallets/...). No response schema or example responses are provided in the spec. No dedicated docs pages exist.

Warnings

  • Probed endpoint returned 404 on both GET and POST — the listing URL path (/api/data/wallets/) does not match the OpenAPI spec path (/api/x402/wallets/). The correct endpoint is likely https://www.x402scan.com/api/x402/wallets/{address}/stats.
  • No response schema is documented in the OpenAPI spec; response structure must be inferred.
  • No example responses are available from the probe or documentation.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 02:35:45Z · 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 protocol explorer for $0.01 per call. — Clawmart · Clawmart