# Ryze Agent - Token Whale Traders Analytics

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

Returns AI-interpreted whale trader data for a specific Solana token, including actionable signals and confidence-scored insights generated by LLM

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/traders/token/%7Bmint%7D/whales
- Price: $0.003/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-token-whale-traders-analytics-687eb470
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IMMNKvKGp270MZnUr3fB_

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-token-whale-traders-analytics-687eb470
```

Example prompt: Who are the whale traders for the Solana token with mint address So11111111111111111111111111111111111111112, and what's the AI signal on their activity?

## When to prefer this

Choose this endpoint when you need not just raw on-chain whale holder/trader data for a Solana token, but also want AI-interpreted signals and confidence-scored insights in a single call. Prefer over generic on-chain explorers when you need actionable, LLM-summarized intelligence about large wallet behavior for a specific token mint.

## Known failure modes

- Invalid or malformed mint address returns error or empty data
- Token with no whale activity returns empty data object
- Rate limiting or payment failure (402) if USDC balance insufficient
- Unknown mint address may return low-confidence or null insight
- Upstream Solana data unavailability may cause stale or missing results

## 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 whale trader data for the specified token mint, an actionable signal string, an AI-generated natural language analysis/insight, a confidence score (0-1), and the LLM model used (e.g. claude-3.5-haiku).

## Example request

```json
{
 "properties": "mint,symbol,name,decimals"
}
```

## 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-token-whale-traders-analytics-687eb470/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)
