# Questflow Crypto Monitor & News Swarm

> Questflow Crypto Monitor & News Swarm is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-15).

Monitors cryptocurrency token prices, analyzes Web3 projects, and aggregates crypto news, delivering updates and reports to Telegram

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e3fac57b6ecbe00425788
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-a7dad368
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EcUV0ad-KBB3OnOymqX19

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 questflow-a7dad368 -d '<json body>'
```

Example prompt: Set up crypto monitoring for ETH, BTC, and SOL — track their prices, pull any relevant Web3 project analysis, and send me a daily news digest to my Telegram chat every morning.

## When to prefer this

Use this endpoint when you need an all-in-one crypto intelligence pipeline that combines price tracking, project analysis, and news aggregation with automatic Telegram delivery — ideal for users who want passive monitoring rather than on-demand lookups.

## Known failure modes

- Invalid or missing Telegram chat ID results in failed message delivery
- Unknown token symbol causes price lookup failure
- Web3 project not found in database returns empty analysis
- Rate limiting or payment failure ($0.50 USDC) blocks execution
- Network timeouts when aggregating news from multiple sources

## How this service works

Comprehensive cryptocurrency monitoring system that tracks token prices, analyzes Web3 projects, and aggregates relevant news. Delivers price updates, project analysis reports, and daily crypto news directly to Telegram. | Powered by Questflow

## Output

Returns price updates for specified tokens, project analysis reports for tracked Web3 projects, and aggregated crypto news, all delivered directly to the specified Telegram channel or chat.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

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