# x402scan Merchant Stats

> x402scan Merchant Stats is a paid API for AI agents from x402scan.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-12).

Retrieves aggregated transaction statistics for a specific merchant/seller address in the x402 ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/merchants/%7Baddress%7D/stats
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-12
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-merchant-stats-02d70db9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aIncwWlB3tUakEve70rXc

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402scan-merchant-stats-02d70db9
```

Example prompt: Can you pull up the x402scan merchant stats for address 0x1234abcd5678ef90 and tell me their total transaction count and volume?

## When to prefer this

Use this endpoint when you need to look up historical payment statistics and activity metrics for a specific merchant address within the x402 ecosystem — ideal for auditing seller performance, verifying merchant activity levels, or enriching agent workflows with on-chain commerce data

## Known failure modes

- Invalid or malformed wallet address returns 400 or empty result
- Unknown address with no x402 activity returns empty stats or 404
- Network timeout or service unavailability returns 5xx error
- Address with no merchant activity returns zero-value stats

## How this service works

Explore the x402 ecosystem. View transactions, sellers, origins and resources. Explore the future of agentic commerce.

## Output

Returns aggregated statistics for the specified merchant address including metrics such as total transactions processed, payment volume, and other activity indicators within the x402 ecosystem

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-merchant-stats-02d70db9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan.com](https://www.zero.xyz/host/x402scan.com/llms.txt)
