# Questflow Top Gainers Under 10M Market Cap

> Questflow Top Gainers Under 10M Market Cap 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).

Finds the top gaining cryptocurrency tokens with a market cap under 10 million USD

## Facts

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

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

Example prompt: What are the top gaining crypto tokens right now that have a market cap under 10 million dollars?

## When to prefer this

Use this endpoint when you specifically need to identify high-momentum small-cap or micro-cap crypto tokens (under 10M market cap) that are gaining the most in price, as opposed to general market screeners or large-cap gainers lists. Ideal for early-stage token discovery and speculative opportunity research.

## Known failure modes

- No data available for current market session — returns empty or error response
- Market data feed temporarily unavailable — upstream data provider timeout
- Payment of 0.5 USDC not processed — returns 402 Payment Required
- Malformed request body — returns 400 Bad Request

## How this service works

Find the top gainers with a market cap under 10M | Powered by Questflow

## Output

A ranked list of top gaining cryptocurrency tokens filtered to those with a market cap under 10M USD, including token names, symbols, price change percentages, and market cap values.

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