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 0xfc89d5688bc8b7f3bd2ec19122734d0749395212), it provides metrics such as transaction count, total transfer volume, and unique recipients. The data can be filtered by chain (Base or Solana) and by timeframe (1, 7, 14, or 30 days lookback). It is part of the x402scan platform, a payment data explorer and analytics dashboard built by Merit Systems.

The endpoint is priced at $0.01 per request via the x402 micropayment protocol. Callers must include an X-Payment header with a valid x402 payment proof. The broader x402scan API offers related endpoints for merchant stats, transaction histories, facilitator analytics, resource registry lookups, and full-text search across indexed x402 resources. All data endpoints cost $0.01–$0.02 each.

Note: The probe returned 404 on both GET and POST for this specific wallet address URL, which uses a path prefix of /api/data/wallets/ rather than the documented /api/x402/wallets/. The OpenAPI spec documents the equivalent endpoint at /api/x402/wallets/{address}/stats. The /api/data/ path variant may be deprecated or incorrectly registered. Callers should prefer the /api/x402/wallets/{address}/stats path documented in the OpenAPI specification.

Capabilities

wallet-statstransaction-analyticsx402-micropaymentchain-filtertimeframe-filterbase-chainsolana-chainpaginated-api

Use cases

  • Retrieve aggregate payment statistics for a specific wallet address in the x402 ecosystem
  • Monitor a wallet's transaction count, volume, and unique recipient count over configurable timeframes
  • Filter wallet activity by chain (Base or Solana) for cross-chain analytics
  • Build dashboards tracking x402 micropayment activity for specific addresses

Fit

Best for

  • Agents needing quick wallet-level summaries of x402 payment activity
  • Analytics pipelines monitoring x402 ecosystem participants
  • Developers building on the x402 protocol who need wallet metrics

Not for

  • General-purpose blockchain explorers (this only covers x402 protocol transfers)
  • Querying non-USDC token transfers or arbitrary on-chain data
  • Free/unauthenticated access — every call requires an x402 micropayment

Quick start

curl -X GET \
  'https://www.x402scan.com/api/x402/wallets/0xfc89d5688bc8b7f3bd2ec19122734d0749395212/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 thorough and documents the equivalent /api/x402/wallets/{address}/stats endpoint with clear parameters and pricing. However, the actual probed URL (/api/data/wallets/...) returned 404 on both methods, suggesting a path mismatch or deprecated route. No response schema or example responses are provided in the spec. No dedicated docs page exists.

Warnings

  • Probed endpoint path /api/data/wallets/{address}/stats returned 404; the documented path is /api/x402/wallets/{address}/stats — the registered URL may be incorrect or deprecated.
  • No response schema or example responses are documented in the OpenAPI spec.
  • No dedicated documentation page found (https://www.x402scan.com/docs returns 404).

Citations

Provenance

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

Agent access