# Ryze Agent - Trader Wallet PnL Analytics

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

Returns AI-interpreted profit-and-loss analytics for a given Solana wallet address, with LLM-generated insights and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/traders/wallet/%7Baddress%7D/pnl
- Price: $0.005/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-trader-wallet-pnl-analytics-783154f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qx8nuLjP9bPocfpcQkkUk

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-trader-wallet-pnl-analytics-783154f9
```

Example prompt: Can you pull up the PnL analysis for Solana wallet 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and give me the AI-generated insight and confidence score on how this trader is performing?

## When to prefer this

Use this endpoint when you need AI-interpreted, human-readable PnL analysis for a specific Solana wallet rather than raw on-chain data. It is ideal when an agent needs both the underlying metrics and a natural language signal to act on. Prefer this over generic blockchain explorers when the task requires an actionable insight with a confidence score rather than just transaction history.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error or empty data object
- Wallet with no trading history may return empty PnL data with low confidence score
- Payment not processed (402 Payment Required) if x402 payment header is missing or insufficient
- Rate limiting or service unavailability returns 5xx errors
- LLM inference failure may result in missing insight field with fallback data only

## 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 raw PnL data, an actionable signal (e.g. buy/sell/hold-style indicator), an AI-generated natural language analysis of the wallet's trading performance, a confidence score (0-1), and the LLM model used to generate the insight (claude-3.5-haiku)

## Example request

```json
{
 "properties": "wallet_pnl,trading_volume,win_rate"
}
```

## 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-trader-wallet-pnl-analytics-783154f9/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)
