# Ryze Agent LP Wallet Positions

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

Retrieves AI-analyzed liquidity provider positions for a given Solana wallet address, including actionable DeFi insights and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/lp/wallet/%7Baddress%7D/positions
- Price: $0.004/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-lp-wallet-positions-68bc3cb9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nkhWUDpbHJthZjyQ5LxIx

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-lp-wallet-positions-68bc3cb9
```

Example prompt: Can you pull up the current liquidity provider positions for Solana wallet 7xKX...abc9 and give me the AI signal on how those LP positions look — include the confidence score?

## When to prefer this

Choose this endpoint when you need AI-interpreted liquidity provider position data for a specific Solana wallet — especially when you want not just raw on-chain data but an LLM-generated actionable signal and confidence score. Prefer this over generic Solana RPC calls when you need analyst-grade narrative insight alongside position data.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error or empty data
- Wallet with no LP positions returns empty data object with low-confidence insight
- Payment failure (402) if x402 micropayment not properly attached
- Rate limiting or upstream data unavailability may cause delayed or partial response
- Unrecognized address format causes parsing 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

Returns a JSON object with the wallet's LP positions (data), an actionable signal string, an AI-generated natural language analysis (insight), a confidence score (0-1), and the model used (e.g. claude-3.5-haiku)

## Example request

```json
{
 "properties": "positions,pnl,liquidity"
}
```

## 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-lp-wallet-positions-68bc3cb9/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)
