# RagRadar Solana Token Safety Checker

> RagRadar Solana Token Safety Checker is a paid API for AI agents from ragradar.space, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-09).

Analyzes a Solana token mint address for safety risks, red flags, and potential scam indicators

## Facts

- Endpoint: GET https://ragradar.space/api/solana/token-safety/%7Bmint%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-token-safety-checker-3518fc82
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hdbSdsoAPwLhOso4RsD-p

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 ragradar-solana-token-safety-checker-3518fc82
```

Example prompt: Can you check if the Solana token with mint address So11111111111111111111111111111111111111112 is safe — I want to know if it has any rug pull risks or red flags before I buy in.

## When to prefer this

Use this endpoint when you need to quickly assess whether a specific Solana SPL token or meme coin is safe before a user invests or interacts with it. Prefer this over generic blockchain explorers when you need structured, AI-powered risk signals rather than raw on-chain data.

## Known failure modes

- Invalid or malformed mint address returns error
- Unknown or very new mint address may return limited data
- Network timeouts on Solana RPC congestion
- 402 Payment Required if USDC payment not attached
- Token not found if mint doesn't exist on-chain

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON safety report for the given Solana token mint address, including a status field and likely risk indicators, flags, or warnings about the token's contract and on-chain behavior.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-solana-token-safety-checker-3518fc82/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
