# x402scan Facilitator Stats

> x402scan Facilitator Stats is a paid API for AI agents from x402scan-j55w7ornb-merit-systems.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns overall high-level aggregate statistics for x402 payment facilitators, optionally filtered by chain and time window

## Facts

- Endpoint: GET https://x402scan-j55w7ornb-merit-systems.vercel.app/api/data/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-j55w7ornb-merit-systems-vercel-app-b5d1c2aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MfFFwT9LlDB4t9C0xGDL1

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-j55w7ornb-merit-systems-vercel-app-b5d1c2aa
```

Example prompt: What are the overall x402 facilitator stats on Base for the last 7 days?

## When to prefer this

Use this endpoint when you need a broad, platform-wide summary of x402 facilitator activity rather than stats for an individual facilitator, merchant, or wallet. Ideal for dashboards or trend analysis across the x402 ecosystem.

## Known failure modes

- Invalid chain value (not 'base' or 'solana') returns an error
- Invalid timeframe value (not 1, 7, 14, or 30) returns a validation error
- No data available for the requested combination of chain and timeframe returns empty or zeroed stats
- Payment not provided results in 402 Payment Required

## How this service works

Overall high-level facilitator stats

## Output

Aggregate high-level statistics about x402 facilitators such as total count, transaction volume, and activity metrics, optionally scoped to a specific blockchain (base or solana) and a lookback window of 1, 7, 14, or 30 days.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "chain": "base",
   "timeframe": 7
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402scan-j55w7ornb-merit-systems-vercel-app-b5d1c2aa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402scan-j55w7ornb-merit-systems.vercel.app](https://www.zero.xyz/host/x402scan-j55w7ornb-merit-systems.vercel.app/llms.txt)
