# Optix402 x402 Ecosystem Growth Analytics

> Optix402 x402 Ecosystem Growth Analytics is a paid API for AI agents from optinx402.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns real-time growth metrics for the x402 payment ecosystem, including transaction counts and ecosystem expansion data

## Facts

- Endpoint: GET https://optinx402.vercel.app/api/ecosystem/growth
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/optix402-x402-ecosystem-growth-analytics-ee5cc03d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Uo-v3uHUWwxdUNj2hzHLh

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 optix402-x402-ecosystem-growth-analytics-ee5cc03d
```

Example prompt: Pull the latest ecosystem growth stats from Optix402 — I want to see the total transaction count and how the x402 payment network has been expanding.

## When to prefer this

Use this endpoint when you need high-level x402 ecosystem growth figures such as total transaction counts and network expansion metrics. Prefer this over other Optix402 endpoints when the goal is understanding macro-level ecosystem health rather than buyer behavior, competitive positioning, or revenue tracking.

## Known failure modes

- Invalid or malformed properties filter returns 400 error
- Service unavailable if Vercel deployment is down
- Stale or cached data if real-time data pipeline lags
- Payment not processed results in 402 response blocking access
- Empty or partial response if ecosystem data pipeline has gaps

## How this service works

Real-time analytics for the x402 ecosystem. 30 endpoints covering market intelligence, buyer analytics, competitive analysis, revenue tracking, and ecosystem health.

## Output

A JSON object containing ecosystem growth data for the x402 network, including total_transactions count and related growth indicators.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "total_transactions": 1000000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/optix402-x402-ecosystem-growth-analytics-ee5cc03d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from optinx402.vercel.app](https://www.zero.xyz/host/optinx402.vercel.app/llms.txt)
