# Questflow Hot Token Email Alert Swarm

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

Sends hot/trending cryptocurrency token information to a specified email inbox

## Facts

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

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

Example prompt: Send me today's hot trending crypto tokens to my email john@example.com — I want to know what's pumping right now.

## When to prefer this

Use this endpoint when you want to deliver hot or trending cryptocurrency token information directly to an email inbox, especially in an automated or agent-driven workflow. Prefer this over generic crypto news APIs when the goal is proactive email delivery of token alerts rather than a synchronous data response.

## Known failure modes

- Invalid or missing email address returns error
- No hot tokens found matching criteria
- Email delivery failure
- Payment of $0.50 USDC not fulfilled via x402 protocol
- Swarm timeout or orchestration failure

## How this service works

send hot tokens to your email box | Powered by Questflow

## Output

An email is sent to the specified address containing a curated list of hot/trending cryptocurrency tokens, likely including token names, symbols, price movement, and relevant trading signals.

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