x402basequality 0.50

Aggregate wallet stats (tx count, volume, unique recipients) from the x402 protocol 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 amount, and unique recipients. The data covers x402 protocol USDC transfers 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 activity and exposes it through a suite of paid data endpoints. The wallet stats endpoint is one of several data queries available, alongside merchant stats, facilitator stats, transaction histories, and a resource registry. All data endpoints are gated by x402 micropayments at $0.01–$0.02 per request.

Note: The specific URL in this listing includes a hardcoded wallet address (0x0403...c610). The probe returned 404 for this address, which likely means no indexed data exists for that particular wallet. The underlying parameterized endpoint at `/api/x402/wallets/{address}/stats` is documented in the OpenAPI spec and is expected to be live for wallets that have x402 activity. The endpoint settles payments via the x402 protocol using USDC.

Capabilities

wallet-statsx402-analyticstransaction-countvolume-aggregationunique-recipientschain-filtertimeframe-filterbase-chainsolana-chain

Use cases

  • Retrieve aggregate payment statistics for a 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 by wallet

Fit

Best for

  • Agents that need to look up x402 payment activity for a specific wallet address
  • Analytics tools monitoring the x402 micropayment ecosystem
  • Developers building on the x402 protocol who want wallet-level metrics

Not for

  • General-purpose blockchain explorers needing full EVM/Solana transaction data beyond x402
  • Wallets with no x402 protocol activity (returns no data)
  • Real-time streaming transaction feeds

Quick start

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

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 hardcoded-address endpoint returned 404 (likely no data for that wallet rather than a broken endpoint). No response schema or example responses are provided in the spec. No dedicated docs page exists.

Warnings

  • The probed URL with address 0x0403...c610 returned 404 on both GET and POST — this specific wallet may have no indexed x402 data. The parameterized endpoint /api/x402/wallets/{address}/stats should work for wallets with x402 activity.
  • No response schema is documented in the OpenAPI spec — the shape of the returned stats object is unknown.
  • No example responses are available from the probe or crawl material.

Citations

Provenance

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

Agent access