# JEGA Trending News Semantic Alpha Feed

> JEGA Trending News Semantic Alpha Feed is a paid API for AI agents from api.jega.digital, paid per call via x402, $0.001/call, status down (last checked 2026-09-15).

Fetches real-time trending news with deterministic JSON metadata including sector categorization, geo-targeting, momentum scoring, and AI-generated 2-sentence summaries optimized for autonomous agent consumption.

## Facts

- Endpoint: GET https://api.jega.digital/api/news/trend
- Price: $0.001/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-jega-digital-0b768189
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lDeDAj8iEvbYcN9NKmxSG

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 api-jega-digital-0b768189
```

Example prompt: Pull the latest trending news right now with sector labels, geo-targeting, and momentum scores — I need the AI-generated summaries in structured JSON so I can feed it directly into my autonomous trading or research agent.

## When to prefer this

Choose this endpoint when an AI agent needs real-time, pre-enriched news data with momentum scoring, sector tags, and geo context already embedded — avoiding the need to run separate NLP pipelines. Ideal for autonomous trading bots, research agents, or RAG pipelines that need structured, token-efficient news metadata without building their own categorization layer.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Rate limit exceeded — returns 429 Too Many Requests
- No trending news available at the moment — returns empty results array
- Invalid or missing query parameters — returns 400 Bad Request
- Upstream news data source unavailable — returns 503 Service Unavailable

## How this service works

Premium Semantic Alpha Feed. Real-time deterministic JSON metadata ingestion featuring algorithmic sector categorization, Geo-Targeting (GEO), momentum scoring, and AI-generated 2-sentence summaries for autonomous agent consumption.

## Output

Returns a deterministic JSON payload containing trending news articles, each enriched with algorithmic sector category tags, geo-targeting (GEO) fields, a momentum score indicating trend strength, and a concise AI-generated 2-sentence summary — all formatted for direct autonomous agent ingestion.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-jega-digital-0b768189/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.jega.digital](https://www.zero.xyz/host/api.jega.digital/llms.txt)
