x402basequality 0.55

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, it reports metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 protocol USDC transfers on both Base and Solana chains. Optional query parameters let you filter by chain (base or solana) and set a timeframe lookback (1, 7, 14, or 30 days).

The endpoint is part of x402scan, an analytics dashboard and block explorer for the x402 protocol built by Merit Systems. x402scan indexes on-chain x402 micropayment activity and exposes it through a suite of paid data endpoints. Each data query costs $0.01–$0.02 in USDC via the x402 payment protocol. The full API also includes endpoints for merchant stats, buyer/seller leaderboards, facilitator analytics, resource registry, full-text resource search, and a USDC send function.

Note: the probe returned HTTP 404 for this specific endpoint URL, which uses the path prefix `/api/data/wallets/` rather than the documented `/api/x402/wallets/`. The OpenAPI spec lists the canonical path as `/api/x402/wallets/{address}/stats`. The endpoint at the documented path is expected to be live (the broader x402scan origin returned 200 and the OpenAPI spec is well-formed). Callers should use the `/api/x402/` path prefix.

Capabilities

wallet-statsx402-micropaymentusdc-transfersbase-chainsolana-chaintimeframe-filteraggregate-analyticsblockchain-explorer

Use cases

  • Retrieve aggregate payment statistics for a specific wallet participating in x402 micropayments
  • Monitor a wallet's x402 spending activity over configurable time windows
  • Compare wallet activity across Base and Solana chains
  • Feed wallet-level analytics into dashboards or agent decision-making pipelines
  • Audit x402 protocol usage for a given address

Fit

Best for

  • Agents or dashboards that need per-wallet x402 payment summaries
  • Developers building analytics on top of the x402 micropayment ecosystem
  • Monitoring spending patterns of AI agents using x402-enabled APIs

Not for

  • General-purpose blockchain explorers needing full transaction history beyond x402 transfers
  • Querying wallets on chains other than Base or Solana
  • Free/unauthenticated bulk data access — every call costs $0.01

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.55/ 1.00

The OpenAPI spec is detailed and well-structured with clear pricing and parameter definitions, but the probed URL (/api/data/wallets/…) returned 404 — it does not match the documented canonical path (/api/x402/wallets/…). No response schema or example responses are provided in the spec. No separate docs page exists.

Warnings

  • Probed endpoint URL uses /api/data/ path prefix which returned 404; the OpenAPI spec documents the canonical path as /api/x402/wallets/{address}/stats — use that instead.
  • No response schema or example responses are documented in the OpenAPI spec.
  • No dedicated documentation page found (/docs, /api, /pricing all return 404).

Citations

  • The endpoint returns aggregate stats for a wallet including tx count, total amount, and unique recipients, priced at $0.01 per call.
    https://www.x402scan.com
  • x402scan is described as 'the x402 analytics dashboard and block explorer' built by Merit Systems.
    https://www.x402scan.com
  • The OpenAPI spec lists the canonical path as /api/x402/wallets/{address}/stats with chain and timeframe query parameters.
    https://www.x402scan.com
  • Data endpoints cost $0.01–$0.02 each via x402 micropayment.
    https://www.x402scan.com

Provenance

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

Agent access