# Ryze Agent - Meteora LP Pools Analytics

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

Fetches AI-interpreted liquidity pool data from Meteora on Solana, returning actionable DeFi insights with confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/lp/meteora/pools
- Price: $0.001/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-lp-pools-analytics-9107ff54
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M7ukZAwOH67EhTgK-8yXy

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-lp-pools-analytics-9107ff54
```

Example prompt: Pull up the latest Meteora liquidity pool data on Solana with AI-generated signals — I want to see which pools have the strongest actionable insights and confidence scores right now.

## When to prefer this

Choose this endpoint when you specifically need Meteora LP pool data on Solana with an AI-generated interpretive layer (signal, insight, confidence score) rather than raw on-chain data. It is ideal for agents that need actionable, pre-interpreted DeFi signals rather than building their own analysis pipeline. Use over generic Solana DEX APIs when you want LLM-synthesized pool intelligence out of the box.

## Known failure modes

- Payment not included or insufficient — returns 402 with payment requirements
- Invalid or unsupported pool properties filter — returns empty data or error
- Meteora data source temporarily unavailable — returns degraded or stale data
- LLM inference timeout — insight field may be null or partial
- Rate limit exceeded — returns 429 if too many calls in short window

## 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 pool data, an AI-generated actionable signal string, a natural-language insight paragraph produced by Claude 3.5 Haiku, and a confidence score (0–1) indicating the model's certainty about the analysis.

## 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-lp-pools-analytics-9107ff54/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)
