# Ryze Agent - Meteora Pool LP Analytics

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

Fetches AI-interpreted liquidity pool data for a specific Meteora pool address on Solana, returning on-chain metrics plus LLM-generated actionable insights

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/lp/meteora/pools/%7Baddress%7D
- Price: $0.003/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-meteora-pool-lp-analytics-1ef34e87
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1gE4tSpsmttK4yJVUUS2_

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-meteora-pool-lp-analytics-1ef34e87
```

Example prompt: Can you pull up the Ryze Agent analysis for the Meteora LP pool at address 7XawhbbxtsRcQA8KTkHT9f9nc6d69UwqCjAjkP76xYa on Solana and tell me what the AI insight and confidence score look like?

## When to prefer this

Use this endpoint when you need AI-interpreted, signal-ready analytics on a specific Meteora pool on Solana, rather than raw on-chain data alone. Ideal when an agent needs both quantitative pool metrics and qualitative LLM reasoning in a single call.

## Known failure modes

- Invalid or non-existent pool address returns empty data or 404
- Payment not processed results in 402 Payment Required
- Meteora pool data temporarily unavailable causes incomplete response
- Malformed address parameter causes request failure
- LLM inference timeout may return partial or null insight field

## 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 raw on-chain pool data, an AI-generated actionable signal string, a human-readable insight paragraph from Claude 3.5 Haiku, and a confidence score between 0 and 1 indicating how reliable the analysis is.

## Example request

```json
{
 "properties": "tvl,volume,fees,apr"
}
```

## 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-meteora-pool-lp-analytics-1ef34e87/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)
