# Questflow Web3 News Researcher

> Questflow Web3 News Researcher 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).

Researches and summarizes the latest Web3 news, trends, and innovations across blockchain, cryptocurrency, DeFi, NFTs, DAOs, and the metaverse

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:687e204d44b4aaba02eddd5f
- 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-5075f18b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yezwnmJiA9dDRSWIIOdSB

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

Example prompt: Can you research and summarize the most important Web3 developments from this past week — especially anything notable in DeFi, NFTs, and blockchain infrastructure?

## When to prefer this

Choose this endpoint when you need a quick, AI-curated briefing on recent Web3 developments without manually aggregating multiple crypto news sources. Ideal for keeping users informed about fast-moving blockchain and DeFi trends, NFT market events, or DAO governance news in a single summarized response.

## Known failure modes

- No recent news found for the specified topic — returns empty or minimal results
- External news sources temporarily unavailable — may return stale or incomplete summaries
- Overly broad query returns generic overview rather than specific insights
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

Stay up-to-date with the latest Web3 developments. I'll research and summarize recent news, trends, and innovations in blockchain, cryptocurrency, DeFi, NFTs, DAOs, and the metaverse from trusted sources. Get concise insights on important events shaping the decentralized internet. | Powered by Questflow

## Output

A concise, structured summary of recent Web3 news including key events, emerging trends, and notable innovations across blockchain, cryptocurrency, DeFi, NFTs, DAOs, and the metaverse, sourced from trusted Web3 news outlets.

## 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-5075f18b/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)
