# ApeGuard Solana Token Risk Scanner

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

Scans a Solana token and returns a risk assessment indicating potential rug pulls, honeypots, or other threats

## Facts

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

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

Example prompt: Can you scan this Solana token for rug pull or scam risk before I buy any — the mint address is So11111111111111111111111111111111111111112?

## When to prefer this

Choose this endpoint when you need a quick, automated risk assessment for a specific Solana token before a trade or investment decision. It is purpose-built for Solana token scanning (vs generic multi-chain scanners) and is well-suited for DeFi bots, portfolio managers, or trading agents that need to programmatically vet tokens at $0.20 per check.

## Known failure modes

- Invalid or malformed token mint address returns an error
- Token not yet indexed or too new may return incomplete data
- Network congestion on Solana may delay on-chain lookups
- Payment failure (insufficient USDC) results in 402 response
- Token with no on-chain history may return null risk data

## 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 containing risk scores, detected threat flags (e.g. honeypot, rug pull indicators, ownership concentration, liquidity lock status), and an overall safety verdict for the scanned Solana token.

## 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-10a1fba7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
