# Questflow Crypto Alpha Intelligence Swarm

> Questflow Crypto Alpha 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).

Tracks trending crypto tokens, discovers new airdrops, and delivers real-time market insights with AI-powered video reports from top sources

## Facts

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

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

Example prompt: What are the hottest trending crypto tokens and any new airdrop opportunities right now? Give me an AI-powered market intelligence summary with the latest alpha from top sources.

## When to prefer this

Choose this endpoint when you need a comprehensive, AI-curated crypto alpha feed combining trending token discovery, airdrop hunting, and video-format market insights in a single swarm call. Prefer over individual price feeds when you want multi-signal intelligence rather than a single data point.

## Known failure modes

- No trending data available if market feeds are temporarily unavailable
- Payment failure if 0.5 USDC is not provided via x402 protocol
- Timeout if AI video report generation takes too long
- Stale data if upstream market data providers are delayed
- Empty airdrop results if no new airdrops are currently active

## How this service works

Your crypto alpha intelligence hub - tracks trending tokens, discovers new airdrops, and delivers real-time market insights with AI-powered video reports from top sources. | Powered by Questflow

## Output

Returns a curated set of trending crypto tokens, newly discovered airdrop opportunities, and real-time market insights, potentially including AI-generated video reports summarizing market conditions from top data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "query"
 ],
 "properties": {
  "query": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-28f41187/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)
