Verify Solana contract addresses with risk analysis via x402 payment protocol.
What it does
The Cybercentry Solana Token Verification (CSTV) API is an x402-protocol endpoint designed to verify any Solana contract address and return a verification report with risk analysis. The endpoint is hosted on Railway at /verify and is intended to accept a Solana token contract address, returning structured risk and legitimacy data.
However, as of the latest probe, the endpoint is not responding. All crawled pages — including the root, /docs, /api, /pricing, and /README — return Railway application errors indicating the deployed application has crashed or is misconfigured. The x402 challenge probe received no 402 response on either POST or GET, and the root fetch also returned no valid status. This strongly suggests the application is currently down or has been abandoned.
Because the application is entirely non-responsive, no schema, pricing, documentation, or example responses could be retrieved. All information is inferred solely from the existing Bazaar listing title and description. Prospective users should not rely on this endpoint until it is confirmed live again.
Capabilities
Use cases
- —Verify whether a Solana token contract address is legitimate before trading
- —Assess risk level of a Solana token for automated trading bots
- —Screen new Solana tokens for potential rug-pull or scam indicators
Fit
Best for
- —Solana DeFi traders needing quick contract verification
- —Automated agents screening tokens before purchase
- —Security researchers analyzing Solana token contracts
Not for
- —Verification of tokens on non-Solana blockchains
- —Real-time trading execution or swap operations
- —Comprehensive smart contract auditing
Quick start
# Endpoint is currently DOWN — this is illustrative only
curl -X POST https://x402-cybercentry-solana-token-verification.up.railway.app/verify \
-H "Content-Type: application/json" \
-d '{"contractAddress": "So11111111111111111111111111111111111111112"}'Example
Request
{
"contractAddress": "So11111111111111111111111111111111111111112"
}Endpoint
Quality
The application is completely non-responsive across all probed paths, returning Railway application errors. No x402 challenge was captured, no schema or documentation is available, and all information is inferred from the Bazaar listing metadata alone. The endpoint appears down or abandoned.
Warnings
- —Endpoint is not live: all paths return Railway application errors
- —No x402 402 challenge was returned on POST or GET
- —No documentation, schema, or pricing information could be retrieved
- —Application may be abandoned or permanently offline
Citations
- —All crawled pages return Railway application errors indicating the app has crashed or is misconfiguredhttps://x402-cybercentry-solana-token-verification.up.railway.app
- —x402 challenge probe received no 402 response on POST or GEThttps://x402-cybercentry-solana-token-verification.up.railway.app/verify