x402basequality 0.45

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

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 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 for the x402 protocol, built by Merit Systems. x402scan indexes on-chain x402 transfers and exposes them through a suite of paid data endpoints. This particular wallet stats endpoint costs $0.01 per call, paid via the x402 micropayment protocol. Note that the probed URL uses a legacy path (`/api/data/wallets/...`) which returned 404; the canonical path documented in the OpenAPI spec is `/api/x402/wallets/{address}/stats`.

The endpoint supports two optional query parameters: `chain` (base or solana) and `timeframe` (1, 7, 14, or 30 days). No response schema is documented in the OpenAPI spec, so the exact shape of the returned JSON must be inferred from the operation summary: aggregate stats including tx count, total amount, and unique recipients.

Capabilities

wallet-statsx402-analyticstransaction-aggregationmulti-chain-querymicropayment-gatedbase-chainsolana-chaintimeframe-filtering

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
  • Build dashboards tracking x402 ecosystem participation per wallet
  • Audit an agent's cumulative x402 micropayment expenditure

Fit

Best for

  • Developers building analytics on top of the x402 micropayment ecosystem
  • AI agents that need to inspect their own or others' x402 spending history
  • Dashboards tracking wallet-level x402 protocol activity

Not for

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

Quick start

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

Example

Response

{
  "chain": "base",
  "tx_count": 142,
  "timeframe": 30,
  "total_amount": "14.23",
  "unique_recipients": 8
}

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.45/ 1.00

The OpenAPI spec documents the endpoint well with parameters and pricing, but the probed URL returned 404 (likely a legacy path mismatch vs. the canonical /api/x402/ path). No response schema is provided, so the example response is inferred from the operation summary. No dedicated docs pages exist.

Warnings

  • Probed URL path /api/data/wallets/.../stats returned 404; the canonical OpenAPI path is /api/x402/wallets/{address}/stats — the listed endpoint URL may be stale or incorrect.
  • No response schema is documented in the OpenAPI spec; the example response is inferred from the operation summary and may not match actual output.
  • No dedicated documentation pages were found (docs, pricing, README all return 404).

Citations

Provenance

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

Agent access