# Ryze Agent - Meteora LP Pool Strategy Analytics

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

Returns AI-analyzed Meteora liquidity pool strategy data on Solana with LLM-generated insights, signals, and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/lp/meteora/pools/strategy
- Price: $0.02/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-pool-strategy-analytics-4851872b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gx4bFiDrEQ_QENFRmhl8B

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-pool-strategy-analytics-4851872b
```

Example prompt: Pull the latest Meteora LP pool strategy analysis from Ryze Agent — I want the AI-generated insight, the actionable signal, and the confidence score so I know which Solana liquidity pools are worth entering right now.

## When to prefer this

Choose this endpoint when you need AI-interpreted Meteora LP pool strategy signals on Solana rather than raw on-chain data alone. It is ideal when you want a confidence-scored, LLM-synthesized recommendation rather than needing to parse raw pool metrics yourself. Prefer this over generic DeFi data APIs when you specifically need Meteora pool strategy context with actionable signals.

## Known failure modes

- Payment not included or insufficient — returns 402 Payment Required
- Invalid or missing properties parameter — returns empty or malformed data object
- Meteora data source unavailable — data field may be empty or stale
- LLM analysis failure — insight or signal fields may be null or absent
- Rate limit exceeded — returns 429 Too Many Requests

## 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 with raw pool strategy data, an LLM-generated analysis string (insight), a short actionable signal string, a confidence score between 0 and 1, and the model used (claude-3.5-haiku) for the analysis.

## Example request

```json
{
 "properties": "basic"
}
```

## 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-pool-strategy-analytics-4851872b/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)
