# Ryze Agent - Token Verdict (DeFi Analytics)

> Ryze Agent - Token Verdict (DeFi Analytics) is a paid API for AI agents from api.ryzeagent.xyz, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Returns an AI-generated verdict with actionable signal, confidence score, and LLM-interpreted analysis for a specific Solana token mint address

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/trenches/token/%7Bmint%7D/verdict
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ryze-agent-token-verdict-defi-analytics-830e877a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-4GQ40leCv4FhcDcElCe6

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 ryze-agent-token-verdict-defi-analytics-830e877a
```

Example prompt: Give me an AI verdict on the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — what's the signal, confidence, and insight?

## When to prefer this

Use this endpoint when you need a quick, AI-interpreted buy/sell/hold verdict on a specific Solana token — especially in high-velocity 'trenches' trading contexts where you want an LLM-summarized signal rather than raw data alone. Best when you already have a specific mint address and want confidence-scored actionable insight without building your own analysis pipeline.

## Known failure modes

- Invalid or non-existent mint address returns empty data or error
- Payment not received results in 402 response
- Token has insufficient on-chain history causing low-confidence or null signal
- Rate limiting or API downtime returns 5xx
- Malformed mint address in path parameter causes 400 error

## How this service works

AI-enhanced DeFi data API on Solana. 22 pay-per-call endpoints with LLM-interpreted insights. Trenches, traders, LPs, DeFi. Driven by MPP.

## Output

A JSON object containing a data field with raw DeFi metrics, a human-readable actionable signal string, an AI-generated textual insight from Claude 3.5 Haiku, a numerical confidence score (0-1), and the model name used to generate the analysis.

## Example request

```json
{
 "properties": "mint,symbol,name,price,volume,liquidity,holders"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {},
  "signal": "actionable signal",
  "insight": "AI-generated analysis",
  "confidence": 0.85,
  "model_used": "claude-3.5-haiku"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ryze-agent-token-verdict-defi-analytics-830e877a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ryzeagent.xyz](https://www.zero.xyz/host/api.ryzeagent.xyz/llms.txt)
