# ApeGuard Solana Token Risk Scanner

> ApeGuard Solana Token Risk Scanner is a paid API for AI agents from kite-solana.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Scans a Solana token for risk signals and returns a risk assessment to help users avoid scams, rug pulls, and malicious contracts.

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/apeguard-solana-token-risk-scanner
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apeguard-solana-token-risk-scanner-f1dcac53
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rtIa0yWwulc-v1saNQooq

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 apeguard-solana-token-risk-scanner-f1dcac53 -d '<json body>'
```

Example prompt: Before I buy this Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU, can you run it through ApeGuard and tell me if it's a rug pull risk or has any red flags?

## When to prefer this

Use this endpoint when you need on-chain Solana-specific token risk analysis, particularly for SPL tokens and memecoins on the Solana ecosystem. Prefer this over generic blockchain explorers when you need a consolidated risk score with rug pull and honeypot detection tailored to Solana's architecture.

## Known failure modes

- Invalid or malformed Solana token address returns an error
- Token not yet indexed or too new to have risk data
- Network timeout or upstream ApeGuard service unavailability
- Token exists on a different chain (e.g. Ethereum ERC-20 submitted instead of Solana SPL token)
- Rate limiting or payment failure (USDC payment not processed)

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured risk assessment for the given Solana token, including an overall risk score, specific risk flags (e.g. honeypot, rug pull indicators, unlocked liquidity, suspicious creator wallet), and token contract analysis data to help determine whether the token is safe to trade.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apeguard-solana-token-risk-scanner-f1dcac53/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
