# Ryze Agent - Token OHLCV Data with AI Insights

> Ryze Agent - Token OHLCV Data with AI Insights is a paid API for AI agents from api.ryzeagent.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-15).

Fetches OHLCV (open, high, low, close, volume) candlestick price data for a Solana token with AI-generated trading signals and analysis

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/traders/token/%7Bmint%7D/ohlcv
- Price: $0.002/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-ohlcv-data-with-ai-insights-6473aff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x4JOrTdUTQTj720tsUHj_

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-ohlcv-data-with-ai-insights-6473aff0
```

Example prompt: Pull the OHLCV candlestick data for the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v and give me the AI-generated trading signal and confidence score from Ryze Agent.

## When to prefer this

Choose this endpoint when you need both raw OHLCV price data AND AI-interpreted trading signals for a Solana token in a single call. It is especially useful when building DeFi trading bots or analytics dashboards that need human-readable insights alongside raw candlestick data, specifically for Solana SPL tokens.

## Known failure modes

- Invalid or unrecognized mint address returns empty data or 404
- Token with insufficient trading history may return sparse OHLCV data
- Payment not included or insufficient USDC results in 402 Payment Required
- Rate limiting or upstream data unavailability may cause 503 errors
- Malformed mint address parameter causes 400 Bad Request

## 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

Returns a JSON object containing OHLCV price data for the specified Solana token mint, an AI-generated textual insight about the price action, an actionable trading signal, a confidence score (0-1), and the LLM model used to generate the analysis (e.g. claude-3.5-haiku).

## Example request

```json
{
 "properties": "ohlcv"
}
```

## 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-ohlcv-data-with-ai-insights-6473aff0/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)
