# Ecosystem Intelligence Paid Stories

> Ecosystem Intelligence Paid Stories is a paid API for AI agents from ecosystem-intelligence.onrender.com, paid per call via x402, $0.002/call, status down (last checked 2026-09-15).

Returns up to 100 AI-generated blockchain ecosystem stories with headlines, narratives, protocols, significance, and categories for a specified chain.

## Facts

- Endpoint: POST https://ecosystem-intelligence.onrender.com/v2/paid/stories
- Price: $0.002/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-5044491b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R7WRDpK0nPVqIN9W3yXaU

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 ecosystem-intelligence-onrender-com-5044491b -d '<json body>'
```

Example prompt: Give me the latest 50 AI-generated ecosystem stories for Ethereum — I want headlines, narratives, which protocols are involved, and how significant each story is.

## When to prefer this

Use this endpoint when an agent needs rich, pre-computed narrative context about blockchain ecosystem activity without the cost or latency of invoking an LLM directly. Prefer it over the free-tier endpoint when more than 50 stories are needed, or when higher throughput is required. Best for research, dashboards, or agents that synthesize ecosystem trends.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions
- Invalid chain value not in [arbitrum, ethereum, base, avalanche] returns an error
- limit exceeding 100 is clamped or rejected
- Service unavailable on Render cold start causes latency or 503

## How this service works

Returns recent AI-generated blockchain ecosystem stories with headlines, narratives, and significance.

## Output

An array of up to 100 ecosystem story objects, each containing a headline, narrative description, list of mentioned protocols, a significance indicator, and a category label — all pre-generated by an LLM so the caller doesn't need to invoke one.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ecosystem-intelligence-onrender-com-5044491b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ecosystem-intelligence.onrender.com](https://www.zero.xyz/host/ecosystem-intelligence.onrender.com/llms.txt)
