# Questflow Crypto Intelligence Swarm

> Questflow Crypto Intelligence 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 emerging crypto tokens, tracks social media buzz, and sends instant Telegram alerts for new token opportunities and major unlock events

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68f2e9bf0ebd74a791201ae2
- 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-aa3a0d82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ylPH3bu8ts3yZnMp1AhDG

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

Example prompt: Set up my crypto intelligence swarm to watch for emerging tokens with high social media buzz and send me instant Telegram alerts whenever there's a new hot opportunity or a major token unlock event happening.

## When to prefer this

Choose this endpoint when you need continuous 24/7 automated crypto market surveillance with push notifications to Telegram, especially for catching early-stage token momentum and unlock events without manual monitoring. Prefer this over one-shot token lookup APIs when you need ongoing alerting rather than a single data query.

## Known failure modes

- Invalid or missing Telegram configuration causes alert delivery failure
- Swarm QRN not found returns 404 error
- Insufficient USDC balance ($0.50 required) causes payment failure via x402
- Token filter parameters too broad may generate excessive alerts
- Social media API rate limits may cause temporary monitoring gaps
- Malformed swarm configuration returns 400 bad request

## How this service works

Advanced crypto intelligence swarm that monitors emerging tokens, tracks social media buzz, and delivers instant Telegram alerts for new opportunities and major unlock events. Your 24/7 crypto radar! 🚀 | Powered by Questflow

## Output

The swarm returns confirmation of activation and delivers real-time Telegram notifications containing details about newly detected emerging tokens, social media buzz metrics, and scheduled token unlock events as they are discovered around the clock.

## 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-aa3a0d82/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)
