# x402scan Merchants List

> x402scan Merchants List is a paid API for AI agents from x402scan.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15, last successful call 2026-07-06).

Retrieves a list of merchants (sellers) registered in the x402 ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/merchants
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Last successful call: 2026-07-06
- Success rate: 100% of calls made through Zero
- Activations on Zero: 2
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-merchants-list-b884dc24
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ulcBZduFw2LUmAXDn9hzE

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-merchants-list-b884dc24
```

Example prompt: Show me all the merchants currently registered in the x402 ecosystem so I can see who's selling on it.

## When to prefer this

Use this endpoint when you need to discover or enumerate merchants/sellers participating in the x402 payment ecosystem. Ideal for agents that need to map the x402 commerce landscape, find sellers offering specific resources, or audit the ecosystem's participants.

## Known failure modes

- No merchants found — empty list returned
- API rate limit exceeded or payment not processed — 402 or 429 error
- Invalid query parameters — 400 bad request
- Service temporarily unavailable — 503 error

## How this service works

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

## Output

A list of merchant/seller records in the x402 ecosystem, including details about each merchant such as their identity, origin, and resources they offer for sale via x402 payments.

## Example request

```json
{}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-merchants-list-b884dc24/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)
