# Ryze Agent - Wallet Intel Endpoint

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

Returns AI-generated DeFi intelligence and actionable signals for a specific Solana wallet address, including LLM-interpreted trading insights and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/traders/wallet/%7Baddress%7D/intel
- Price: $0.012/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-wallet-intel-endpoint-9e71d5d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lB1Khw-8wz-2LfNL_VwWW

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-wallet-intel-endpoint-9e71d5d5
```

Example prompt: Can you pull the DeFi intel on this Solana wallet — 7xKp3...Fg9 — and tell me what signals and AI insights come back about their trading behavior and confidence level?

## When to prefer this

Use this endpoint when you need AI-interpreted, actionable DeFi intelligence on a specific Solana wallet — not just raw on-chain data. It is ideal when you want a natural-language insight plus a confidence score rather than having to interpret raw blockchain data yourself. Prefer this over generic blockchain explorers when targeting Solana DeFi traders, LPs, or trench participants and needing a ready-to-act signal.

## Known failure modes

- Invalid or malformed Solana wallet address returns an error or empty data object
- Wallet with no DeFi activity may return low-confidence or empty insights
- Payment failure (402) if USDC balance is insufficient for the $0.012 per-call fee
- Rate limiting or network errors from the upstream Solana data provider
- LLM analysis unavailable or degraded if the underlying model (Claude) is unreachable

## 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 a data field (raw on-chain DeFi data), an actionable signal string, an AI-generated natural-language insight about the wallet's DeFi activity, a confidence score (0–1), and the LLM model used to generate the analysis (e.g. claude-3.5-haiku).

## 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-wallet-intel-endpoint-9e71d5d5/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)
