# Questflow Top Gainers Swarm

> Questflow Top Gainers 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).

Retrieves the top gaining cryptocurrencies or assets using a Questflow multi-agent swarm

## Facts

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

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

Example prompt: What are the top gaining cryptocurrencies right now? Show me the biggest movers with their percentage gains.

## When to prefer this

Use this endpoint when you need a quick, AI-orchestrated lookup of top gaining cryptocurrency assets powered by Questflow's swarm infrastructure. Prefer this over manual price API queries when you want a pre-ranked, curated list of gainers without needing to aggregate and sort raw market data yourself.

## Known failure modes

- Market data unavailable returns 503 or empty list
- Invalid query parameters return 400 error
- Payment of 0.5 USDC not provided returns 402 Payment Required
- Swarm node timeout returns 504
- No significant gainers detected returns empty or minimal result set

## How this service works

find the top gainers | Powered by Questflow

## Output

A ranked list of top gaining assets including asset names, ticker symbols, price change percentages, and current prices or market data indicating which tokens or coins are performing best in the current period.

## Request schema (JSON Schema)

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

## More

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