# TokenScope Narrative Analysis Endpoint

> TokenScope Narrative Analysis Endpoint is a paid API for AI agents from coinscrop.vercel.app, paid per call via x402, $0.3/call, status unknown (last checked 2026-09-15).

Generates AI-powered narrative analysis for a cryptocurrency token using CoinGecko, DexScreener data, and MiMo LLM

## Facts

- Endpoint: POST https://coinscrop.vercel.app/api/narrative
- Price: $0.3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tokenscope-narrative-analysis-endpoint-2fb0c048
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2JqqqCbyMz9hX0x4wdHZ6

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 tokenscope-narrative-analysis-endpoint-2fb0c048 -d '<json body>'
```

Example prompt: What's the current market narrative for Ethereum right now — give me an AI-generated story explaining what's driving sentiment and price action?

## When to prefer this

Use this endpoint when you need a human-readable, AI-generated narrative or story about a specific cryptocurrency token rather than raw price data or metrics. Ideal for generating summaries, reports, or context about what is driving a token's market behavior.

## Known failure modes

- Token not found on CoinGecko or DexScreener returns 404 or empty result
- Payment of 0.3 USDC not fulfilled via x402 on Base returns 402 Payment Required
- Invalid or unsupported token identifier returns error
- MiMo LLM generation timeout or failure returns 500
- Rate limiting or quota exceeded returns 429

## How this service works

AI-powered crypto analysis. CoinGecko + DexScreener + MiMo LLM. 20 endpoints. x402 on Base.

## Output

An AI-generated narrative text (via MiMo LLM) that synthesizes on-chain data from DexScreener and market data from CoinGecko into a readable story explaining the current context, sentiment, and market dynamics surrounding the specified crypto token.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tokenscope-narrative-analysis-endpoint-2fb0c048/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coinscrop.vercel.app](https://www.zero.xyz/host/coinscrop.vercel.app/llms.txt)
