# Questflow CoinGecko Crypto Data Agent

> Questflow CoinGecko Crypto Data Agent is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Fetches real-time cryptocurrency data including prices, market stats, and asset information for 17,000+ crypto assets across 1,000+ exchanges via an AI agent powered by CoinGecko

## Facts

- Endpoint: POST https://api.questflow.ai/x402/agent/qrn:agent:687df68fb234010b7d33175c
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-21c5f0c3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3Q80OqTcJp9DT-YAZrbvQ

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

Example prompt: What's the current price, market cap, and 24-hour trading volume for Ethereum, and which exchanges have the highest liquidity for it right now?

## When to prefer this

Use this endpoint when you need comprehensive, aggregated cryptocurrency market data — prices, volumes, market caps — across a wide range of assets and exchanges. Prefer this over exchange-specific APIs when breadth of coverage matters. Best for informational queries rather than trade execution.

## Known failure modes

- Unknown or very new token not yet indexed by CoinGecko returns empty or error response
- Ambiguous ticker symbol (e.g. multiple tokens with same symbol) may return incorrect asset
- Rate limits or payment failure result in 402 or 429 error
- Exchange-specific data unavailable for low-liquidity pairs

## How this service works

CoinGecko is a comprehensive cryptocurrency data aggregator that provides users with real-time information on over 17,000 crypto assets across more than 1,000 exchanges, enabling informed trading and investment decisions. It offers a variety of tools, including price tracking, portfolio management, and educational resources, making it an essential platform for both novice and experienced crypto enthusiasts. | Powered by Questflow

## Output

Returns real-time cryptocurrency data including current price, market capitalization, trading volume, exchange listings, and asset metadata sourced from CoinGecko's aggregated database of 17,000+ crypto assets across 1,000+ exchanges.

## 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-21c5f0c3/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)
