# Ryze Agent - Token Sniper Analytics

> Ryze Agent - Token Sniper Analytics 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).

Returns AI-analyzed sniper wallet activity for a given Solana token mint, including actionable DeFi insights and confidence scores

## Facts

- Endpoint: GET https://api.ryzeagent.xyz/trenches/token/%7Bmint%7D/snipers
- 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-token-sniper-analytics-f211e3c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OKxEardLeffBrwbRGqbfJ

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-sniper-analytics-f211e3c6
```

Example prompt: Check the sniper activity for the Solana token with mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I want to know which wallets sniped it, how risky it looks, and what the AI confidence level is on that assessment.

## When to prefer this

Use this endpoint when you need to quickly assess whether a Solana token was sniped at launch and want both raw wallet-level data and an LLM-generated summary with confidence scoring — ideal for DeFi risk assessment agents evaluating token quality before trading or investment.

## Known failure modes

- Invalid or non-existent mint address returns empty data or 404
- Token too new or not indexed returns no sniper data
- Payment not attached or insufficient USDC returns 402 Payment Required
- Rate limiting or server overload returns 429 or 503
- Malformed mint address format returns 400 Bad Request

## 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 sniper wallet data, an AI-generated textual insight summarizing sniper behavior, an actionable signal (e.g. 'high sniper concentration — avoid'), a confidence score (0–1), and the LLM model used to generate the analysis.

## Example request

```json
{
 "properties": "mint,sniper_count,transaction_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-token-sniper-analytics-f211e3c6/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)
