# ApeGuard Solana Token Risk Scanner

> ApeGuard Solana Token Risk Scanner is a paid API for AI agents from kite-hub-v2.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 identify potentially dangerous or fraudulent tokens

## Facts

- Endpoint: POST https://kite-hub-v2.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-87b11416
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9AaJjhU476vAzE5o9jL4g

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-87b11416 -d '<json body>'
```

Example prompt: Can you scan this Solana token for me — the mint address is 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — and tell me if it has any rug pull or scam risk flags before I buy?

## When to prefer this

Use this endpoint when you need a quick, automated risk assessment for a specific Solana token before trading or investing, especially for new or unknown memecoins and DeFi tokens. Prefer this over manual blockchain explorers when you need structured risk flags programmatically. Best suited for pre-trade safety checks, DeFi bots that screen tokens before swapping, and portfolio audit workflows on Solana.

## Known failure modes

- Invalid or malformed Solana token address returns an error
- Token not found on-chain returns empty or null result
- Network latency or RPC unavailability may cause timeout
- Newly deployed tokens with no on-chain history may have incomplete risk data
- Payment failure (insufficient USDC on Base) blocks request

## 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 risk assessment object for the specified Solana token, including risk score, detected risk flags (such as mint authority enabled, freeze authority, liquidity lock status, honeypot indicators), and overall safety verdict to help the user decide 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-87b11416/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
