# x402 Ecosystem Index Counter

> x402 Ecosystem Index Counter is a paid API for AI agents from x402.shizu.me, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current count of services and resources listed in the x402 public marketplace, cached hourly, to track ecosystem growth.

## Facts

- Endpoint: GET https://x402.shizu.me/x402index
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-ecosystem-index-counter-a0f33d4b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bDCbkAg3qCSIhw35AoxUg

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 x402-ecosystem-index-counter-a0f33d4b
```

Example prompt: How many services and resources are currently listed in the x402 bazaar? I want to check the ecosystem index count to see how the market has grown.

## When to prefer this

Use this endpoint when you need a quick, cheap signal on the current size of the x402 marketplace — number of listed services and resources — without needing historical time-series data. Ideal for market-entry timing decisions or ecosystem health monitoring. If you need historical growth curves or time-series data, you would need a different endpoint.

## Known failure modes

- Cache miss or stale data if the hourly refresh cycle is delayed
- Service unavailable if x402.shizu.me is down, returning a 402 or 5xx error
- Empty or zero count if the bazaar index has not yet been populated

## How this service works

The x402 ecosystem thermometer: how many services and resources are listed in the public bazaar right now (cached hourly). Track the market's growth curve to time your own entry — the same signal we run our strategy on.

## Output

Returns the current total count of services and resources listed in the x402 public bazaar, refreshed on an hourly cache. The agent receives a numeric market-size signal indicating how many x402-enabled endpoints are discoverable at time of query.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "bazaar_services": 41,
  "bazaar_resources": 730
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-ecosystem-index-counter-a0f33d4b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.shizu.me](https://www.zero.xyz/host/x402.shizu.me/llms.txt)
