# Naiko Crypto Narrative Trends

> Naiko Crypto Narrative Trends is a paid API for AI agents from x402.naiko.io, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns trending narrative categories in crypto/memecoin markets with momentum indicators and the top tickers associated with each narrative.

## Facts

- Endpoint: GET https://x402.naiko.io/data/narratives
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-naiko-io-c44e9cf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qnJ3yZ5G9t85O3C2aEnBi

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-naiko-io-c44e9cf5
```

Example prompt: What crypto narratives are trending right now, and which tokens have the most momentum in each category? Give me the full breakdown with momentum indicators.

## When to prefer this

Use this endpoint when you need a macro-level view of which crypto narrative categories are gaining momentum and which tokens belong to them, rather than per-token statistics. Prefer this over ticker-level endpoints when the user wants to understand thematic trends across the market rather than individual asset metrics.

## Known failure modes

- Payment not received or x402 payment header missing — returns 402 Payment Required
- Network or upstream data unavailability — returns 5xx server error
- No active narratives detected — may return empty list
- Rate limiting if called excessively — returns 429

## How this service works

Trending narrative categories with momentum indicators and top tickers in each narrative.

## Output

A list of trending narrative categories (e.g. AI agents, dog coins, RWA) with momentum indicators showing how fast each narrative is accelerating, plus the top ticker symbols associated with each narrative theme.

## Example request

```json
{}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "narratives": [
   {
    "name": "AI Agents",
    "short": "ai_agents",
    "momentum": "rising",
    "top_tickers": [
     "$AIXBT",
     "$VIRTUAL",
     "$AI16Z"
    ],
    "ticker_count": 23
   }
  ]
 }
}
```

## More

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