# x402scan Facilitators Stats

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

Returns aggregate statistics about facilitators active in the x402 payment ecosystem

## Facts

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

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-stats-980bf752
```

Example prompt: Give me the latest stats on x402 facilitators — how many are active and what does the overall facilitator ecosystem look like right now on x402scan?

## When to prefer this

Use this endpoint when you need a high-level summary of the x402 facilitator network — such as total facilitator counts or ecosystem-wide metrics — rather than data on individual transactions, sellers, or resources. Prefer this over transaction-level endpoints when the goal is monitoring the health or size of the facilitator layer specifically.

## Known failure modes

- Service unavailable or 5xx error if x402scan backend is down
- Payment required (402) if USDC payment of $0.01 is not included
- Empty or zero stats if no facilitators have been indexed yet
- Timeout if the aggregation query is slow

## How this service works

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

## Output

Returns aggregate statistics about facilitators in the x402 ecosystem, likely including counts of active facilitators, transaction volumes processed, and related ecosystem metrics.

## Example request

```json
{
 "properties": "active"
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-facilitators-stats-980bf752/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)
