# RagRadar Solana Token Safety Check

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

Checks the safety and risk profile of a Solana token by its mint address, returning on-chain intelligence to help agents avoid malicious or risky tokens.

## Facts

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

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-f52c947f
```

Example prompt: Can you check whether the Solana token with mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU is safe to interact with — look for any rug pull signals or red flags?

## When to prefer this

Use this endpoint when an AI agent needs to assess the safety of a Solana token before executing a trade, swap, or transfer. Prefer this over generic token info endpoints when the primary concern is scam detection, rug pull risk, or malicious contract behavior on the Solana network specifically.

## Known failure modes

- Invalid or malformed mint address returns an error response
- Unknown mint address not found on-chain returns not-found status
- Payment not included or invalid x402 micropayment header returns 402 Payment Required
- Rate limiting or service unavailability returns 5xx error
- Token with no on-chain history may return limited safety data

## How this service works

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

## Output

A JSON object with a status field and safety assessment of the given Solana token mint, including on-chain risk indicators such as liquidity, ownership concentration, freeze authority, and other signals that indicate whether the token is safe or potentially malicious.

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