# Questflow Token Intelligence Swarm

> Questflow Token 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).

Scans and analyzes newly launched tokens across Solana, Base, and Ethereum to detect smart money entries, liquidity spikes, and altseason momentum, then returns daily actionable trading insights.

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68ea4d16101cbfe6d82a12fe
- 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-2e1da60f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gv-GF8aNsJl8oPBDiUlky

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

Example prompt: Scan all newly launched tokens on Solana, Base, and Ethereum over the last 24 hours and give me actionable trading insights — specifically flag any smart money entries, liquidity spikes, and early altseason momentum signals.

## When to prefer this

Use this endpoint when you need a multi-chain token intelligence sweep covering Solana, Base, and Ethereum simultaneously, with coordinated multi-agent analysis of smart money behavior, liquidity patterns, and early momentum — especially for daily trading insight generation rather than real-time tick data.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions
- Invalid chain name in request returns validation error
- Unsupported metric name causes partial or failed analysis
- Timeframe outside supported range may return empty or error response
- Payment insufficient or wrong asset causes rejection

## How this service works

A coordinated multi-agent system that scans and analyzes newly launched tokens across Solana, Base, and Ethereum.
It detects smart money entries, liquidity spikes, and early altseason momentum — then generates daily actionable trading insights. | Powered by Questflow

## Output

Returns a structured set of daily actionable trading insights including identified newly launched tokens, detected smart money wallet entries, liquidity spike events, and early altseason momentum signals across the requested chains within the specified timeframe.

## 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-2e1da60f/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)
