x402basequality 0.55

Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol explorer.

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. It is part of x402scan, a payment data explorer and analytics dashboard for the x402 protocol, built by Merit Systems. The wallet stats endpoint provides metrics such as transaction count, total transfer amount, and unique recipients for any wallet that has sent x402 payments.

The endpoint accepts optional query parameters to filter by chain (Base or Solana) and timeframe (1, 7, 14, or 30 days lookback). It is one of many data endpoints on x402scan, which also covers merchant stats, facilitator analytics, resource search, and a registry for x402-protected resources. All data endpoints are priced at $0.01 per call via x402 micropayment.

Note: The probe returned HTTP 404 for this specific URL path (`/api/data/wallets/{address}/stats`), while the OpenAPI spec documents the canonical path as `/api/x402/wallets/{address}/stats`. The endpoint likely lives at the `/api/x402/` path prefix rather than `/api/data/`. The broader x402scan origin is live (root returns 200) and the OpenAPI spec is well-documented.

Capabilities

wallet-statsx402-micropaymenttransaction-analyticschain-filtertimeframe-filterbase-chainsolana-chainpaginated-api

Use cases

  • Retrieve aggregate payment statistics for a specific wallet address on Base or Solana
  • Monitor x402 protocol spending activity for a given wallet over configurable time windows
  • Build dashboards tracking wallet-level transaction counts, volumes, and unique recipient counts
  • Audit agent or bot spending patterns across x402-enabled services

Fit

Best for

  • Agents that need to inspect their own x402 spending history
  • Analytics tools tracking x402 protocol adoption and wallet activity
  • Developers building dashboards on top of x402 payment data

Not for

  • General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402 transfers
  • Users who need free, unauthenticated access without micropayments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.55/ 1.00

The OpenAPI spec is thorough and documents the canonical endpoint path, parameters, and pricing. However, the probed URL path (/api/data/) returned 404 while the spec uses /api/x402/, suggesting the listed endpoint URL may be incorrect. No response schema or example responses are available, and dedicated docs pages return 404.

Warnings

  • Probe returned 404 on the listed path /api/data/wallets/{address}/stats; the canonical OpenAPI path is /api/x402/wallets/{address}/stats — the endpoint URL may need correction.
  • No response schema or example response is documented in the OpenAPI spec.
  • Dedicated docs, pricing, and API pages on x402scan.com all return 404.

Citations

  • The endpoint is documented as GET /api/x402/wallets/{address}/stats with $0.01 fixed price 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
  • Supports chain filter (base, solana) and timeframe filter (1, 7, 14, or 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:26:14Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access