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, it reports metrics such as transaction count, total transfer volume, and unique recipients. The data covers x402 protocol micropayments on both Base and Solana chains. 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, an analytics dashboard and block explorer for the x402 protocol built by Merit Systems. x402scan indexes on-chain x402 micropayment transfers and exposes them through a suite of paid data endpoints. This particular endpoint corresponds to the OpenAPI operation `x402_wallets_stats` at the path `/api/x402/wallets/{address}/stats`. The listed endpoint URL uses a hardcoded address (`0x6b4135caa3c1086f83e6169d27e8b7373cfa1d61`), but the underlying API is parameterized by any wallet address.

Payment is handled via the x402 protocol at a fixed price of $0.01 USD per request. The caller supplies an `X-Payment` header containing a signed x402 payment proof. Note: during probing, the specific hardcoded-address URL returned 404 on both GET and POST, which may indicate the address has no indexed data or the URL path uses a different prefix (`/api/x402/` vs `/api/data/`). The OpenAPI spec documents the canonical path as `/api/x402/wallets/{address}/stats`.

Capabilities

wallet-statsx402-micropaymenttransaction-analyticsmulti-chain-filtertimeframe-filterbase-chainsolana-chain

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 (1, 7, 14, or 30 days)
  • Compare wallet activity across Base and Solana chains
  • Build dashboards tracking x402 protocol adoption per wallet
  • Audit an agent's cumulative x402 micropayment spend

Fit

Best for

  • Developers building analytics on x402 protocol usage
  • AI agents that need to audit their own micropayment history
  • Researchers studying x402 ecosystem growth and wallet behavior

Not for

  • General-purpose blockchain wallet balance lookups (this only covers x402 transfers)
  • Real-time transaction streaming or webhooks
  • Non-USDC token analytics

Quick start

curl -X GET \
  'https://www.x402scan.com/api/x402/wallets/0x6b4135caa3c1086f83e6169d27e8b7373cfa1d61/stats?chain=base&timeframe=7' \
  -H 'X-Payment: <x402_payment_proof>'

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.50/ 1.00

The OpenAPI spec is well-documented with clear parameters, pricing, and operation IDs, but the specific probed URL returned 404 (possibly due to a path mismatch: /api/data/ vs /api/x402/). No response schema or example responses are provided. No dedicated docs page exists.

Warnings

  • Probed endpoint URL uses path /api/data/wallets/... but OpenAPI spec documents /api/x402/wallets/... — the canonical path may differ from the Bazaar-listed URL.
  • Probe returned 404 on both GET and POST, which could indicate the address has no data or the URL path is incorrect.
  • No response schema or example responses are documented in the OpenAPI spec.
  • No dedicated documentation page found (x402scan.com/docs returns 404).

Citations

Provenance

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

Agent access