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 0x8208c49cbcd85ae7835d3c3262ffff7f1f6b2e6f), it returns metrics such as transaction count, total volume, and unique recipients. The data can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback). It is part of the x402scan platform, a payment data explorer and analytics dashboard built by Merit Systems.

The endpoint is priced at $0.01 per request via the x402 micropayment protocol. Payment is made by including an X-Payment header with each GET request. The broader x402scan API suite includes endpoints for merchant stats, buyer rankings, facilitator analytics, resource registry, full-text resource search, and even a USDC send function. All data endpoints cost $0.01–$0.02 each.

Note: The probe returned 404 for this specific wallet address on both GET and POST, which likely means this particular wallet has no indexed data rather than the endpoint being down. The OpenAPI spec confirms the general /api/x402/wallets/{address}/stats route is a valid, documented endpoint. The x402scan homepage was live (HTTP 200) at probe time.

Capabilities

wallet-statsx402-payment-analyticschain-filtertimeframe-filtermicropayment-gatedbase-chainsolana-chainaggregate-metrics

Use cases

  • Retrieve aggregate payment statistics for a specific wallet address 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 or alerts around x402 ecosystem wallet activity
  • Audit an agent's or buyer's cumulative x402 micropayment history

Fit

Best for

  • Developers building analytics on top of the x402 micropayment ecosystem
  • AI agents that need to inspect their own or others' x402 spending patterns
  • Researchers studying x402 protocol adoption and payment flows

Not for

  • General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402 transfers
  • Wallets with no x402 activity (endpoint returns 404 for unknown addresses)
  • Real-time streaming transaction feeds (this is a polling/aggregate endpoint)

Quick start

curl -X GET \
  'https://www.x402scan.com/api/data/wallets/{address}/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 well-documented with clear parameter schemas and pricing metadata, but the specific probed URL returned 404 (likely due to the hardcoded wallet address having no data). No response schema or example responses are provided in the spec. No dedicated docs page exists.

Warnings

  • Probe returned 404 for this specific wallet address on both GET and POST — the wallet may have no indexed x402 data, or the URL path uses /api/data/ while the OpenAPI spec documents /api/x402/; the canonical path may differ.
  • No response schema is documented in the OpenAPI spec — response structure must be inferred at runtime.
  • No dedicated documentation page found (x402scan.com/docs returns 404).

Citations

  • Endpoint is documented as GET /api/x402/wallets/{address}/stats returning aggregate stats (tx count, total amount, unique recipients) at $0.01 per call
    https://www.x402scan.com
  • Data endpoints require $0.01–$0.02 x402 micropayment via X-Payment header
    https://www.x402scan.com
  • Supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 30 days)
    https://www.x402scan.com
  • x402scan is a payment data explorer and registry for the x402 protocol, built by Merit Systems
    https://www.x402scan.com

Provenance

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

Agent access