# Solana Token Pre-Trade Due Diligence Verdict API

> Solana Token Pre-Trade Due Diligence Verdict API is a paid API for AI agents from notified-turns-schedule-wrapping.trycloudflare.com, paid per call via x402, $0.1/call, status down (last checked 2026-09-15).

Returns a single composite risk verdict (DO_NOT_BUY / HIGH_RISK / ELEVATED_RISK / ACCEPTABLE_RISK) for any Solana token by aggregating honeypot detection, live sellability, liquidity, whale concentration, and momentum checks.

## Facts

- Endpoint: POST https://notified-turns-schedule-wrapping.trycloudflare.com/verdict/EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm
- Price: $0.1/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-token-pre-trade-due-diligence-verdict-api-4bee67b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_egAlOCUHxk9QdaJyA_0YU

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 solana-token-pre-trade-due-diligence-verdict-api-4bee67b2 -d '<json body>'
```

Example prompt: Before I buy any of this token, can you run a full pre-trade safety check on the Solana token with mint address EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm — I need to know if it's a honeypot, rug pull, or just too risky, and get an overall verdict with reasons?

## When to prefer this

Use this endpoint when an AI trading agent needs a single, decisive pre-trade safety verdict for a Solana token — especially memecoins — and wants all risk signals (honeypot, sellability, liquidity, whale concentration, momentum) aggregated into one call rather than querying multiple separate tools. Prefer this over manual on-chain analysis or individual signal checks when speed and decisiveness matter before a trade.

## Known failure modes

- Invalid or malformed mint address returns an error
- Token not found on Solana mainnet returns a not-found error
- Network or RPC issues may cause timeout or partial data
- Payment not included or insufficient USDC results in 402 response
- Very new tokens with insufficient on-chain data may return limited signals

## How this service works

Complete pre-trade due diligence verdict for any Solana token in one call: honeypot/rug check + live sellability + liquidity + whale concentration + momentum, composed into a single DO_NOT_BUY / HIGH_RISK / ELEVATED_RISK / ACCEPTABLE_RISK decision with reasons. Everything a trading agent needs before buying a memecoin. GET /verdict/{mintAddress}.

## Output

A composite risk verdict categorized as DO_NOT_BUY, HIGH_RISK, ELEVATED_RISK, or ACCEPTABLE_RISK, along with the underlying signals (honeypot/rug check result, live sellability status, liquidity metrics, whale concentration percentage, momentum indicators) and human-readable reasons explaining the verdict.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-token-pre-trade-due-diligence-verdict-api-4bee67b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from notified-turns-schedule-wrapping.trycloudflare.com](https://www.zero.xyz/host/notified-turns-schedule-wrapping.trycloudflare.com/llms.txt)
