# Cybercentry Solana Token Verification (CSTV)

> Cybercentry Solana Token Verification (CSTV) is a paid API for AI agents from x402-cybercentry-solana-token-verification.up.railway.app, paid per call via x402, $0.02/call, status down (last checked 2026-09-15).

Verifies a Solana contract address and returns a risk analysis and verification report for that token

## Facts

- Endpoint: POST https://x402-cybercentry-solana-token-verification.up.railway.app/verify
- Price: $0.02/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cybercentry-solana-token-verification-cstv-ba06ef0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_N9lexCcWGBV8oqjtIj9ZZ

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 cybercentry-solana-token-verification-cstv-ba06ef0d -d '<json body>'
```

Example prompt: Can you run a Cybercentry risk verification on this Solana token contract address: JUPyiwrYJFskUPiHa7hkeR8VUtAeFoSYbKedZNsDvCN — I want to know if it's safe before I buy any.

## When to prefer this

Use this endpoint when you need a quick, automated risk and legitimacy check on a specific Solana token contract address before investing, trading, or integrating it into a workflow. It is particularly useful for DeFi due diligence, rug pull detection, and pre-trade security screening on the Solana blockchain. Prefer this over generic blockchain explorers when you need a structured risk report rather than raw on-chain data.

## Known failure modes

- Invalid or malformed Solana contract address returns an error
- Non-existent contract address may return not-found or unverifiable status
- Payment of $0.02 USDC via x402 protocol required; missing or failed payment returns 402 or authorization error
- Rate limiting or service downtime may result in 5xx errors
- Empty or missing 'data' field returns 400 bad request

## How this service works

Verify any Solana contract address using the Cybercentry Solana Token Verification (CSTV) API. Returns verification report with risk analysis

## Output

A verification report object containing risk analysis for the submitted Solana contract address, including indicators of potential fraud, rug pull risk, contract flags, and an overall risk assessment of the token.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "data"
 ],
 "properties": {
  "data": {
   "type": "string",
   "description": "Add Solana contract address to verify, e.g., So11111111111111111111111111111111111111112"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cybercentry-solana-token-verification-cstv-ba06ef0d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-cybercentry-solana-token-verification.up.railway.app](https://www.zero.xyz/host/x402-cybercentry-solana-token-verification.up.railway.app/llms.txt)
