# 911fund Alpha Narrative Insights

> 911fund Alpha Narrative Insights is a paid API for AI agents from x402.911fund.io, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns alpha narrative insights for specific crypto/market themes like AI, RWA, meme, L2, DePIN, DeFi, and gaming.

## Facts

- Endpoint: GET https://x402.911fund.io/alpha/narrative
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-911fund-io-9749dadd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_WoXoo0BAzpgT8XAFH_qCl

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-911fund-io-9749dadd
```

Example prompt: Pull me the top 10 alpha narrative insights for the AI token sector right now — I want to understand what narratives are driving that market.

## When to prefer this

Use this endpoint when you need structured alpha narrative intelligence for specific crypto sectors or themes, especially when you want to filter by recognized narrative categories (ai, rwa, meme, l2, depin, defi, gaming) or run a free-text search across narrative signals. Prefer this over general news endpoints when the goal is narrative-level market insight rather than raw headlines.

## Known failure modes

- Invalid narrative slug returns validation error
- limit out of range (must be 1-20) returns 400 error
- No matching narratives for query returns empty result set
- Payment failure or insufficient USDC balance returns 402
- Service unavailable returns 503

## How this service works

Crypto intelligence API — 10+ live sources in one call. Token data, X sentiment, prediction markets, macro economics. Structured JSON, not essays. From $0.03/query with USDC.

## Output

A list of alpha narrative insights (up to 20) for the requested crypto/market theme, optionally filtered by narrative slug (ai, rwa, meme, l2, depin, defi, gaming) or free-text query, ranked by relevance or recency.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 10,
   "narrative": "ai"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-911fund-io-9749dadd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.911fund.io](https://www.zero.xyz/host/x402.911fund.io/llms.txt)
