# Questflow Aster New Swarm

> Questflow Aster New 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-14).

Executes a new Aster-powered swarm agent on Questflow for multi-agent orchestration tasks

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68fafe670ebd74a7913a8091
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-a39a639f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2jncvdqb6WPwC0CgBFZ6W

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

Example prompt: Use the Questflow Aster swarm to run a new multi-agent workflow that researches the latest DeFi yield opportunities and summarizes the top 3 options with their current APYs.

## When to prefer this

Choose this endpoint when you need to spin up a fresh Aster swarm on Questflow for multi-agent orchestration tasks, especially when an existing swarm is not already configured. Prefer this over the general Questflow swarm endpoint when specifically targeting Aster-powered execution with a new swarm instance.

## Known failure modes

- Invalid or malformed task input returns 400 error
- Payment failure or insufficient USDC balance returns 402
- Swarm execution timeout if task is too complex
- Unavailable swarm infrastructure returns 503
- Unauthorized access if credentials are missing returns 401

## How this service works

new Aster | Powered by Questflow

## Output

Returns the output of the Aster-powered swarm execution, including any data gathered, analysis performed, or tasks completed by the coordinated multi-agent pipeline.

## Request schema (JSON Schema)

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

## More

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