# x402scan Facilitators List

> x402scan Facilitators 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).

Returns the list of x402 payment facilitators registered in the x402 ecosystem

## Facts

- Endpoint: GET https://x402scan.com/api/x402/facilitators
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402scan-facilitators-list-01e2128e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_K6XCavrvKlkFTvS3g2cnV

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-facilitators-list-01e2128e
```

Example prompt: Show me all the payment facilitators currently registered in the x402 ecosystem on x402scan.

## When to prefer this

Use this endpoint when you need to discover which facilitators are part of the x402 payment ecosystem, for example when building an agent that needs to select a payment facilitator or audit the x402 network participants. Prefer this over manual web searches or direct smart contract queries for a convenient, aggregated view.

## Known failure modes

- No facilitators found — returns empty list if registry is empty
- Payment required — caller must pay $0.01 USDC via x402 protocol before response is returned
- Network or server error — 5xx response if x402scan service is down
- Invalid or missing x402 payment header — 402 response demanding payment

## How this service works

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

## Output

A list of x402 facilitators including their names, endpoints, and metadata describing each entity that facilitates x402 payments in the ecosystem.

## 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-facilitators-list-01e2128e/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)
