# ApeGuard Solana Token Risk Scanner

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

Scans a Solana token for risk indicators and returns a risk assessment to help users identify potentially dangerous or fraudulent tokens

## Facts

- Endpoint: POST https://kite-hub-v3.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-b4fbc0d5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l4Ri5ta1gIuOt3cKUxvgx

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

Example prompt: Can you scan the Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me if it has any rug pull risks or red flags before I buy in?

## When to prefer this

Use this endpoint when you need automated, on-demand Solana token risk screening before trading or investing — especially for memecoins, new launches, or unknown tokens. Prefer this over manual review when speed and structured risk scoring matter, or when building a DeFi safety tool that needs programmatic token vetting.

## Known failure modes

- Invalid or malformed Solana token address returns an error
- Token address not found on-chain returns not-found error
- RPC or blockchain connectivity issues may cause timeouts
- Newly launched tokens with insufficient on-chain data may return incomplete assessments
- Payment failure (insufficient USDC balance) blocks request execution

## 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 specified Solana token, including risk scores, detected red flags (e.g. honeypot indicators, freeze authority, mint authority risks, liquidity concerns), and an overall safety verdict to help determine if 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-b4fbc0d5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
