# ApeGuard Solana Token Risk Scanner

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

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

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/apeguard-solana-token-risk-scanner
- Price: $0.147196/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-a02bb442
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_92Lz_26JMiTrCauenHIv8

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

Example prompt: Can you scan this Solana token for rug pull and scam risks — the mint address is 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU?

## When to prefer this

Use this endpoint when you need to evaluate the safety or risk level of a Solana token before trading or investing, particularly for new or unknown tokens that may be memecoins, potential rug pulls, or honeypots. Prefer this over generic blockchain explorers when you need a structured risk score rather than raw on-chain data.

## Known failure modes

- Invalid or malformed Solana token address returns an error
- Token address not found on Solana blockchain returns not found error
- Network or RPC timeout when querying Solana chain data
- Payment failure via x402 protocol prevents API access
- Rate limiting or quota exceeded for the API key

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

A risk assessment object containing risk scores, warning flags, safety indicators, and other analytical data about the specified Solana token's potential for fraud or danger.

## Request schema (JSON Schema)

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

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