# forge-x402 Solana Token Safety Check

> forge-x402 Solana Token Safety Check is a paid API for AI agents from 8000-bidqe1mpvdcfa3r7.splox.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a safety score, risk flags, liquidity data, and holder statistics for a given Solana token mint address

## Facts

- Endpoint: POST https://8000-bidqe1mpvdcfa3r7.splox.app/api/v1/solana/safety
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/forge-x402-solana-token-safety-check-64db89e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NhMytX48h0drEXS2uOfl0

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 forge-x402-solana-token-safety-check-64db89e6 -d '<json body>'
```

Example prompt: Before I buy any of this token, check if mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v is safe — I need to see the risk verdict, liquidity, and holder count.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call safety assessment of a Solana token without needing to set up API keys. It is ideal for trading agents that need to screen tokens before execution, or for monitoring pipelines that flag risky assets. Prefer this over manual on-chain inspection when you need aggregated signals (liquidity, holders, LP lock, risk score) in a single structured response.

## Known failure modes

- Invalid or malformed base58 mint address returns an error
- Unknown or unlisted mint address may return empty or null data
- Network or provider downtime may cause timeouts
- Payment failure via x402 (insufficient USDC balance) blocks the call

## How this service works

Live Solana DEX data for trading agents: Jupiter route quality, venue spreads in bps, liquidity snapshots, new pairs, trending tokens. Pay per call via x402 with USDC on Base or Solana. No API keys.

## Output

Returns a JSON object with: timestamp, mint address, number of trading pairs, risk flags array, safety score (0–1), human-readable verdict (e.g. 'low_risk'), price in USD, LP locked percentage, liquidity in USD, total holder count, and a normalized score.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "mint": {
   "type": "string",
   "description": "Token mint (base58)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "at": "2026-09-01T00:00:00.000Z",
 "mint": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
 "pairs": 30,
 "risks": [],
 "score": 1,
 "verdict": "low_risk",
 "priceUsd": "1.0",
 "lpLockedPct": 0,
 "liquidityUsd": 50000000,
 "totalHolders": 100000,
 "volume24hUsd": 80000000,
 "scoreNormalised": 1
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/forge-x402-solana-token-safety-check-64db89e6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 8000-bidqe1mpvdcfa3r7.splox.app](https://www.zero.xyz/host/8000-bidqe1mpvdcfa3r7.splox.app/llms.txt)
