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 0x1235f925f12b329db563b5b53aa51eba573c5b86), it provides metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 micropayment transfers on Base and Solana chains, with optional filtering by chain and timeframe (1, 7, 14, or 30 days lookback).

The endpoint is part of x402scan, a payment data explorer and analytics dashboard built by Merit Systems. x402scan indexes on-chain x402 protocol transfers and exposes them through a suite of paid API endpoints. This particular wallet stats endpoint costs $0.01 per request, paid via the x402 micropayment protocol. The broader x402scan API also offers merchant stats, transaction histories, facilitator analytics, resource registry lookups, full-text resource search, and a USDC send capability.

Note: The probe returned 404 for this specific wallet address endpoint, which likely means the queried address has no indexed data rather than the endpoint being down. The OpenAPI spec confirms the /api/x402/wallets/{address}/stats route exists and is documented with a $0.01 x402 payment requirement. The parent site (x402scan.com) is live and serving its dashboard with real-time ecosystem stats.

Capabilities

wallet-statsx402-micropaymentbase-chainsolana-chaintransaction-analyticstimeframe-filteringchain-filteringaggregate-metrics

Use cases

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

Fit

Best for

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

Not for

  • General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402 transfers
  • Querying wallets with no x402 activity (will likely return empty or 404)
  • Real-time streaming of transactions (this is a polling/aggregate endpoint)

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.50/ 1.00

The OpenAPI spec is well-documented with clear parameter definitions and pricing, but the specific wallet address probed returned 404 (likely no indexed data for that address). 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 — the address may have no indexed x402 activity, or the URL path uses /api/data/ instead of the documented /api/x402/ prefix
  • No response schema is documented in the OpenAPI spec; response structure must be inferred
  • No example responses available from probe or documentation

Citations

  • The endpoint costs $0.01 per call via x402 micropayment
    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
  • Wallet stats endpoint supports chain (base, solana) and timeframe (1, 7, 14, 30 days) query parameters
    https://www.x402scan.com
  • The OpenAPI spec documents the route as /api/x402/wallets/{address}/stats with operationId x402_wallets_stats
    https://www.x402scan.com

Provenance

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

Agent access