# httpay.xyz x402 Ecosystem Stats

> httpay.xyz x402 Ecosystem Stats is a paid API for AI agents from httpay.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns aggregated statistics for the x402 payment protocol ecosystem, including total services count, volume estimates, and growth metrics.

## Facts

- Endpoint: POST https://httpay.xyz/api/x402-stats
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/httpay-xyz-747fe47e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EOIaFJFvRfDw0i3KZgopa

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 httpay-xyz-747fe47e -d '<json body>'
```

Example prompt: Give me the latest x402 ecosystem stats — how many services are live, what the volume estimates look like, and how much growth the network has seen.

## When to prefer this

Use this endpoint when you need a high-level snapshot of the x402 payment protocol ecosystem — total participating services, volume estimates, and growth trends. Prefer this over manually querying individual facilitators or indexers when you want a single consolidated view. This is the only known aggregated x402 stats endpoint, making it uniquely suited for ecosystem-level reporting or dashboards.

## Known failure modes

- Payment not provided — returns 402 with payment instructions for both x402 and MPP methods
- Rate limit exceeded on demo mode — up to 10 free calls per IP per hour with ?demo=true
- Network or upstream data unavailability causing 5xx errors
- Stale or cached data if underlying aggregation pipeline is delayed

## How this service works

Aggregated x402 ecosystem stats — total services, volume estimates, growth metrics. EXCLUSIVE to httpay.xyz.

## Output

Returns a JSON object with aggregated x402 ecosystem statistics including the total number of services registered on the x402 network, estimated transaction volumes, and growth metrics indicating adoption trends over time.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "growth": {
   "notableAdopters": [
    "CoinGecko",
    "Firecrawl",
    "Token Metrics"
   ]
  },
  "ecosystem": {
   "primaryChain": "Base",
   "activeServices": 8,
   "totalKnownServices": 8
  },
  "erc8004Registry": {
   "totalRegisteredAgents": 18050
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/httpay-xyz-747fe47e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from httpay.xyz](https://www.zero.xyz/host/httpay.xyz/llms.txt)
