# CryptoBuddy Full TOON Metrics + Commentary

> CryptoBuddy Full TOON Metrics + Commentary is a paid API for AI agents from cryptobuddy-96zq.onrender.com, paid per call via x402, $1/call, status down (last checked 2026-09-15).

Returns full TOON (technical/on-chain/overall/narrative) metrics plus an AI-generated detailed market summary report for a given cryptocurrency symbol

## Facts

- Endpoint: POST https://cryptobuddy-96zq.onrender.com/analysis
- Price: $1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cryptobuddy-96zq-onrender-com-64308cfa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__UNkg46RkqaGfgIsjI7G9

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 cryptobuddy-96zq-onrender-com-64308cfa -d '<json body>'
```

Example prompt: Give me the full TOON metrics and AI market commentary for ETH — I want the detailed analysis report, not just a signal.

## When to prefer this

Choose this endpoint when you need the most comprehensive analysis available — full TOON metrics combined with a narrative AI commentary — rather than just a buy/sell signal or short commentary alone. Best when the user wants to understand the reasoning and full market context behind a crypto asset, not just a directional call.

## Known failure modes

- Missing or invalid symbol returns an error response
- Unsupported or obscure coin symbol may return empty or partial TOON data
- Service unavailable on Render cold start causing timeout
- Payment failure via x402 protocol blocks the request
- Rate limiting or payment validation errors

## How this service works

Full TOON metrics + commentary

## Output

Returns a JSON object with a 'toon' object containing full TOON (Technical, On-chain, Overall, Narrative) metrics and a 'report' string containing an AI-generated detailed market summary and commentary for the requested cryptocurrency symbol.

## Example request

```json
{
 "symbol": "BTC"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "symbol"
 ],
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Enter Coin Symbol for the AI Detailed Market Summary e.g. BTC ETH SOL etc."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "toon": {
   "type": "object"
  },
  "report": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cryptobuddy-96zq-onrender-com-64308cfa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from cryptobuddy-96zq.onrender.com](https://www.zero.xyz/host/cryptobuddy-96zq.onrender.com/llms.txt)
