# RagRadar Solana Token Safety Check

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

Analyzes the safety and risk profile of a Solana token by its mint address, returning on-chain risk signals and security indicators.

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/solana/token-safety/%7Bmint%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-solana-token-safety-check-f4220bdb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zZOrBVezmRq2uE2X0agTI

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-check-f4220bdb
```

Example prompt: Can you run a safety check on this Solana token — mint address EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v — and tell me if it looks like a rug pull or has any red flags?

## When to prefer this

Use this endpoint when you need a quick, automated safety assessment of a Solana token before trading or investing, especially for new or unverified meme coins and DeFi tokens. Prefer this over manual on-chain inspection when you need structured risk signals rather than raw blockchain data.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Token mint address not found on Solana chain returns not-found error
- Network timeout or RPC unavailability for Solana may cause 503 errors
- Payment not fulfilled (402) if x402 payment is not properly handled
- Rate limiting if too many requests are made in quick succession

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

Returns a JSON object with safety status and on-chain risk signals for the given Solana token mint address, including indicators such as risk score, honeypot flags, mint/freeze authority status, liquidity lock status, and overall safety verdict.

## Example request

```json
{
 "properties": "mint:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
}
```

## 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-check-f4220bdb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.vercel.app](https://www.zero.xyz/host/ragradar.vercel.app/llms.txt)
