x402basequality 0.55

Aggregate wallet stats (tx count, volume, unique recipients) from the x402scan payment 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 the URL path, it returns metrics such as transaction count, total amount sent, and unique recipients. Results 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 analytics dashboard for the x402 protocol, built by Merit Systems. x402scan indexes USDC transfers made via the x402 micropayment protocol across Base and Solana chains. The broader API suite includes endpoints for merchant stats, buyer rankings, facilitator analytics, resource registry, and full-text search across x402 resources. All data endpoints cost $0.01–$0.02 per call, paid via x402 micropayment.

Note: The probe returned 404 for this specific endpoint URL, which embeds a particular wallet address in the path. The OpenAPI spec defines the parameterized route `/api/x402/wallets/{address}/stats` and the broader x402scan site is live (root returns 200). The 404 likely indicates the specific hardcoded address in the probe URL is not indexed, rather than the endpoint being down. The OpenAPI spec confirms the route exists with x402 payment at $0.01.

Capabilities

wallet-statstransaction-analyticsx402-micropaymentchain-filtertimeframe-filterusdc-trackingbase-chainsolana-chain

Use cases

  • Retrieve aggregate spending stats for a specific wallet address across x402 payments
  • Monitor a wallet's transaction count and total volume over configurable time windows
  • Compare wallet activity across Base and Solana chains
  • Build dashboards tracking x402 protocol adoption per wallet
  • Audit an agent's cumulative x402 micropayment spending

Fit

Best for

  • Agents needing to check their own x402 spending history
  • Analytics tools monitoring x402 ecosystem wallet activity
  • Developers building x402 protocol dashboards

Not for

  • General-purpose blockchain explorers (this only covers x402 USDC transfers)
  • Real-time transaction streaming or webhooks
  • Wallets with no x402 transaction history (will likely 404)

Quick start

curl -H "X-Payment: <x402-payment-header>" \
  "https://www.x402scan.com/api/x402/wallets/0xYOUR_ADDRESS/stats?chain=base&timeframe=7"

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.55/ 1.00

The OpenAPI spec is well-structured with clear parameter definitions and pricing, but the probe returned 404 for the specific hardcoded address (not necessarily indicating the route is broken). No response schema or example responses are documented, and no dedicated docs page exists.

Warnings

  • Probe returned 404 for the specific wallet address in the URL; the parameterized route /api/x402/wallets/{address}/stats is defined in OpenAPI but the probed address may not be indexed.
  • No response schema is documented in the OpenAPI spec — the 200 response only says 'Successful response' with no body definition.
  • No dedicated documentation page exists (x402scan.com/docs returns 404).

Citations

  • The endpoint is defined as GET /api/x402/wallets/{address}/stats with $0.01 fixed price via x402
    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
  • Data endpoints cost $0.01–$0.02 each; supports chain filter (base, solana) and timeframe filter (1, 7, 14, 30 days)
    https://www.x402scan.com
  • The wallet stats endpoint returns aggregate stats: tx count, total amount, unique recipients
    https://www.x402scan.com

Provenance

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

Agent access