# Questflow Forgotten Coins Volume Tracker

> Questflow Forgotten Coins Volume Tracker 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).

Identifies low-activity or dormant cryptocurrencies showing early signs of renewed trading volume, signaling potential bull market revivals

## Facts

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

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

Example prompt: Search for forgotten or low-activity crypto projects that are showing early volume spikes over the last 30 days — I want the top 10 coins with a volume increase of at least 1.5x that might be waking up in this bull market.

## When to prefer this

Use this endpoint when you need to proactively identify dormant or forgotten cryptocurrency projects showing early volume anomalies before they trend on social media. Prefer this over generic market screeners when the goal is contrarian discovery of revival candidates rather than tracking already-trending assets.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions and USDC address
- Invalid timeframe format returns schema validation error
- Volume threshold below minimum returns empty results or error
- Network congestion on Base may delay payment confirmation
- Query returning no matching coins for very high volume thresholds

## How this service works

This swarm helps you spot “forgotten coins” or “left-for-dead projects” that may re-awaken in a bull market. By tracking relative changes in trading volume, it identifies early signs of insider activity before the coins resurface on the timeline. Perfect for traders looking to get ahead of the crowd. | Powered by Questflow

## Output

A ranked list of dormant or low-profile cryptocurrencies exhibiting relative trading volume increases above the specified threshold, along with metadata indicating potential insider activity and signs of renewed market interest over the requested 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-18356788/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)
