# DeFi Intel Telegram Alpha Digest

> DeFi Intel Telegram Alpha Digest is a paid API for AI agents from defi-intel-agent-gateway.gg-neo15.workers.dev, paid per call via x402, $0.0025/call, status unknown (last checked 2026-09-14).

Scans a pasted Telegram channel export for a specified token ticker and returns a digest of mentions, sentiment, and links

## Facts

- Endpoint: POST https://defi-intel-agent-gateway.gg-neo15.workers.dev/v1/social/telegram-alpha-digest
- Price: $0.0025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/defi-intel-telegram-alpha-digest-d9fc92af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6AZz6Q9Fz0OkRMyrshlmP

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 defi-intel-telegram-alpha-digest-d9fc92af -d '<json body>'
```

Example prompt: I've got a Telegram channel export here — can you scan it for any mentions of $ARB, and give me a digest of the sentiment, how many times it came up, and any links people shared about it?

## When to prefer this

Use this endpoint when you have a pasted or exported Telegram channel log and need to quickly surface token-specific social signals — mentions, sentiment, and shared links — without manually reading through hundreds of messages. Prefer this over generic sentiment APIs when the source is specifically Telegram and you need alpha-oriented extraction tied to a DeFi token ticker. Not suitable for live channel scraping; only works on pre-exported message data you already have access to.

## Known failure modes

- Empty or malformed channel export input causes parsing failure
- Token ticker not found in the export returns zero-mention digest
- Export too large for edge sandbox memory limits may cause timeout
- Non-Telegram formatted text may produce inaccurate extraction
- Ambiguous ticker symbols (e.g. $BTC appearing in unrelated context) may inflate mention count

## How this service works

Scan provided Telegram channel messages for a token ticker and return an alpha digest (mentions, sentiment, links). Input is a pasted channel export. DO NOT use to scrape channels you do not have access to.

## Output

Returns a structured alpha digest JSON containing the count of ticker mentions, an overall sentiment classification (bullish/bearish/neutral) with confidence, and a list of URLs/links that appeared alongside those mentions in the channel export.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/defi-intel-telegram-alpha-digest-d9fc92af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from defi-intel-agent-gateway.gg-neo15.workers.dev](https://www.zero.xyz/host/defi-intel-agent-gateway.gg-neo15.workers.dev/llms.txt)
