# svm402 Solana Token Full Analysis

> svm402 Solana Token Full Analysis is a paid API for AI agents from svm402.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs comprehensive due-diligence on a Solana token by mint address, returning price, liquidity, safety risk score, honeypot status, and top-holder concentration in one report.

## Facts

- Endpoint: POST https://svm402.com/analyze
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/svm402-solana-token-full-analysis-52971257
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MRmpnuUSw6pob45UYKk7W

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 svm402-solana-token-full-analysis-52971257 -d '<json body>'
```

Example prompt: Can you run a full due-diligence report on the Solana token with mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — I want the current price, liquidity, honeypot check, risk score, and top-holder concentration?

## When to prefer this

Choose this endpoint when you need a single-call comprehensive risk report on a Solana token, covering price, liquidity, honeypot detection, safety scoring, and holder concentration — rather than making multiple separate API calls to different data sources. Prefer this over basic price-only or liquidity-only endpoints when the user's goal is investment due diligence or safety vetting. Ideal for Solana-native tokens; use the sibling Base/ERC-20 endpoint for Ethereum/Base tokens.

## Known failure modes

- Invalid or malformed mint address (not valid base58 or wrong length) returns an error
- Token not found on-chain or not indexed returns a not-found error
- Network or RPC outage on Solana may cause timeouts
- Token too new or illiquid may return incomplete liquidity data
- Payment failure (x402) if USDC balance is insufficient returns a payment-required error

## How this service works

Full analysis of a Solana token given its mint address — current price, liquidity, safety risk score, honeypot check, and top-holder concentration. Call this when you need a complete due-diligence report on one token. — $0.05 USDC

## Output

Returns a structured due-diligence report for the token including: current price, liquidity depth, a safety/risk score, a boolean honeypot detection result, and top-holder concentration metrics — all in a single response.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "address": {
   "type": "string",
   "maxLength": 44,
   "minLength": 32,
   "description": "Solana token mint address (base58, 32-44 chars)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/svm402-solana-token-full-analysis-52971257/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from svm402.com](https://www.zero.xyz/host/svm402.com/llms.txt)
