# x402 Alpha Hub – Solana Token Security Scanner

> x402 Alpha Hub – Solana Token Security Scanner is a paid API for AI agents from x402-alpha-hub.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Scans a Solana token address for security risks and returns threat analysis data

## Facts

- Endpoint: POST https://x402-alpha-hub.vercel.app/api/solana/token-scan
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-alpha-hub-solana-token-security-scanner-b0f2cbe7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m4F33GsvXi3F32iwRwqZU

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 x402-alpha-hub-solana-token-security-scanner-b0f2cbe7 -d '<json body>'
```

Example prompt: Can you run a security scan on the Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me if it's safe or has any red flags?

## When to prefer this

Use this endpoint when an AI agent or researcher needs to quickly assess the security posture of a specific Solana token before trading, investing, or interacting with it — especially for newly launched tokens, memecoins, or unknown projects where rug pull or honeypot risk is a concern. Prefer this over generic blockchain explorers when you need a consolidated security assessment 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
- Payment of 0.1 USDC not completed triggers 402 Payment Required
- Network timeout if Solana RPC is slow
- Token too new or low-liquidity may yield incomplete scan results

## How this service works

India stock market, Solana token security scanning, Google Ad transparency, and AI Overviews. 10 paid endpoints for AI agents and researchers.

## Output

A data object containing security scan results for the given Solana token address, potentially including risk indicators, threat flags, contract analysis, liquidity data, and other security-relevant metadata about the token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "address"
 ],
 "properties": {
  "address": {
   "type": "string",
   "description": "Solana token address to scan"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-alpha-hub-solana-token-security-scanner-b0f2cbe7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alpha-hub.vercel.app](https://www.zero.xyz/host/x402-alpha-hub.vercel.app/llms.txt)
