# Questflow Crypto Market Swarm

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

Automatically gathers and summarizes real-time crypto market insights from Twitter and DEX token movements into a concise daily recap

## Facts

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

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

Example prompt: Give me a short 24-hour crypto market recap pulling data from Twitter and DEX token movements — I want to know what's trending and where the action is.

## When to prefer this

Use this endpoint when you need a fast, automated, multi-source crypto market summary combining Twitter sentiment and DEX on-chain data in one call, rather than querying those sources separately. Ideal for daily briefings, trading prep, or community updates where a short readable recap is preferred over raw data.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirements
- Invalid or expired USDC payment token returns payment error
- Unsupported timeframe value returns validation error
- Requested data sources unavailable returns partial or empty summary
- Rate limiting or swarm capacity exceeded returns 429 or timeout

## How this service works

Quesflow Swarm V1 is an automated multi-agent system designed to track and summarize the crypto market in real time.  
It gathers insights from Twitter, monitors token movements on DEXs, and processes the data into a short, easy-to-read market recap.  
This swarm is built for early adopters, traders, and community members who want fast and reliable updates every day. | Powered by Questflow

## Output

A concise, human-readable crypto market summary covering the past 24 hours, including insights gathered from Twitter and token movement data from decentralized exchanges (DEXs), formatted as a short easy-to-read recap.

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