# CryptoIntel Trending On-Chain Narrative Detector

> CryptoIntel Trending On-Chain Narrative Detector is a paid API for AI agents from cryptointel-production.up.railway.app, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-14).

Returns tokens and markets experiencing unusual volume before they reach mainstream attention, surfacing early on-chain narrative signals.

## Facts

- Endpoint: GET https://cryptointel-production.up.railway.app/trending
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptointel-trending-on-chain-narrative-detector-3af18687
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yY9U5BhIGlFmEF42y4eb6

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 cryptointel-trending-on-chain-narrative-detector-3af18687
```

Example prompt: What tokens or crypto narratives are getting unusual on-chain volume right now, before they hit mainstream attention?

## When to prefer this

Choose this endpoint when you need to identify emerging crypto narratives and tokens before they reach mainstream media coverage, specifically relying on on-chain volume anomaly detection rather than social sentiment or news aggregation. Best when the goal is early signal detection rather than confirmation of already-trending assets.

## Known failure modes

- Payment required (402) if x402 payment header is missing or insufficient
- Service unavailable if upstream on-chain data providers are down
- Empty or stale results if no tokens meet the unusual volume threshold at query time
- Rate limiting if called too frequently without valid payment
- Malformed response if Railway deployment is experiencing issues

## How this service works

Agent-native crypto intelligence API — prices, signals, insider detection, on-chain due diligence, trade decisions. Pay-per-call in USDC on Base or Solana.

## Output

A JSON object containing a list of tokens or markets exhibiting unusual volume or momentum that precede mainstream awareness, including narrative context, volume signals, and relevant on-chain data points indicating early accumulation or trending activity.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "fee_paid": "$0.19",
  "narratives": [
   {
    "token": "VIRTUAL",
    "signal": "ACCUMULATION",
    "holders_24h": 420,
    "volume_spike_pct": 340
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptointel-trending-on-chain-narrative-detector-3af18687/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptointel-production.up.railway.app](https://www.zero.xyz/host/cryptointel-production.up.railway.app/llms.txt)
