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 (in this case 0x734825b0058ad257e110a73cf62c28738d482b05), it provides metrics such as transaction count, total transfer amount, and unique recipients. The data covers x402 protocol micropayments on Base and Solana chains.

The endpoint is part of x402scan, a payment data explorer and analytics dashboard built by Merit Systems. x402scan indexes x402 protocol transfers and exposes them through a suite of paid data endpoints. This particular wallet stats endpoint accepts optional query parameters for chain filtering (base or solana) and timeframe lookback (1, 7, 14, or 30 days). It costs $0.01 per request, paid via an x402 micropayment in USDC.

Note: The probe returned 404 for this specific wallet address, which likely means the address has no indexed activity rather than the endpoint being down. The broader /api/x402/wallets/{address}/stats endpoint is documented in the OpenAPI spec and other wallet-stats endpoints on the same origin are confirmed live. The endpoint follows the x402 protocol pattern where a valid request without payment returns HTTP 402 with payment instructions.

Capabilities

wallet-statsx402-micropaymenttransaction-countvolume-aggregationunique-recipientschain-filteringtimeframe-filteringbase-chainsolana-chain

Use cases

  • Retrieve aggregate payment statistics for a specific wallet participating in x402 micropayments
  • Monitor wallet spending activity across Base and Solana chains over configurable time windows
  • Build dashboards tracking x402 protocol adoption by analyzing wallet-level metrics
  • Audit a wallet's x402 payment history including total volume and recipient count

Fit

Best for

  • Agents needing quick wallet-level summaries of x402 micropayment activity
  • Analytics pipelines tracking x402 ecosystem participation
  • Developers building on the x402 protocol who need wallet insights

Not for

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

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x2EC4545f96A24876764bF2B04D54E66A1351bE71
CurrencyUSD COIN

Quality

0.50/ 1.00

The OpenAPI spec is well-documented with clear parameter definitions and pricing info, but the specific probed URL returned 404 (possibly due to no indexed data for that wallet). No response schema or example responses are provided. No dedicated docs page exists.

Warnings

  • Probe returned 404 for this specific wallet address — the address may have no indexed x402 activity, or the URL path format may differ from the OpenAPI spec pattern /api/x402/wallets/{address}/stats vs /api/data/wallets/{address}/stats
  • The probed URL uses /api/data/wallets/ but the OpenAPI spec documents /api/x402/wallets/ — the endpoint path may have been renamed or the listing URL is stale
  • No response schema is documented in the OpenAPI spec; response structure must be inferred

Citations

Provenance

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

Agent access