# Cryptocurrency AI Research Brief Generator

> Cryptocurrency AI Research Brief Generator is a paid API for AI agents from prance-mounting-watch.ngrok-free.dev, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Generates an AI-written structured research report for a cryptocurrency token, including verdict, narrative, strengths, risks, risk level, and confidence score derived from live market data.

## Facts

- Endpoint: GET https://prance-mounting-watch.ngrok-free.dev/v1/report/token/:id
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptocurrency-ai-research-brief-generator-93835c02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jTPiJQH9Eb7TBdKtZVlu2

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 cryptocurrency-ai-research-brief-generator-93835c02
```

Example prompt: Can you pull a full research brief on Solana — I want the headline verdict, the narrative with actual figures, the key strengths and risks, and a risk level and confidence score, all based on current market data?

## When to prefer this

Choose this endpoint when the user wants a finished, interpreted research answer about a cryptocurrency rather than raw price or market data they must process themselves. Prefer this over raw market data endpoints when the user needs a narrative, verdict, or risk assessment. Best for one-off token research requests where structured prose output with confidence scoring is more useful than numbers alone.

## Known failure modes

- Invalid or unknown CoinGecko token ID returns an error (e.g. using a ticker symbol instead of the CoinGecko slug like 'bitcoin' or 'solana')
- Live market data unavailable for the requested token due to upstream CoinGecko issues
- Payment not confirmed — x402 payment protocol failure results in 402 response
- Token exists but has insufficient market data to generate a meaningful report
- Network/ngrok tunnel unavailability causing 502 or connection timeout

## How this service works

AI-generated cryptocurrency research brief. Returns a structured analysis containing a headline verdict, a written narrative citing concrete figures, itemized strengths and risks, a risk level and a confidence score, all built from live market data including price, market cap, volume, 30-day trend and distance from all-time high. Objective data analysis, not financial advice. Use this when you want a finished research answer instead of raw numbers you have to interpret yourself.

## Output

A structured AI-generated research report containing: a headline verdict on the token, a written narrative citing concrete market figures (price, market cap, volume, 30-day trend, distance from ATH), itemized strengths and risks, a categorical risk level, and a confidence score. The output is a finished, human-readable analysis rather than raw data.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "id"
     ],
     "properties": {
      "id": {
       "type": "string",
       "description": "CoinGecko token id, e.g. solana, bitcoin, ethereum"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptocurrency-ai-research-brief-generator-93835c02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from prance-mounting-watch.ngrok-free.dev](https://www.zero.xyz/host/prance-mounting-watch.ngrok-free.dev/llms.txt)
