# Solana Token Safety / Rug Check API

> Solana Token Safety / Rug Check API is a paid API for AI agents from x402api.ivanskolic-creator.deno.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Performs a rug-pull and honeypot safety check on a Solana token by analyzing mint/freeze authority, sell-tax, insider bundles, and wallet reputation for a given mint address.

## Facts

- Endpoint: GET https://x402api.ivanskolic-creator.deno.net/token-safety
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-token-safety-rug-check-api-968463d7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tZvBGYJ8WQTgsikuWh7WT

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-safety-rug-check-api-968463d7
```

Example prompt: Can you run a rug check on the Solana token with mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — I want to know if it has mint or freeze authority, any sell tax, and whether insiders bundled early buys?

## When to prefer this

Choose this endpoint when you need rapid, automated pre-trade safety screening of Solana memecoins and pump.fun tokens — especially when running a sniping bot or autonomous DeFi agent that must filter rug pulls, honeypots, and insider-bundled launches before executing a buy. It is purpose-built for AI trading agents with forensic-grade on-chain signals not typically available in generic token info APIs.

## Known failure modes

- Invalid or malformed mint address returns a 400 error
- Unknown or very new mint with no on-chain history may return incomplete data
- Payment failure (insufficient USDC on Base) returns a 402 error
- Rate limiting or node RPC congestion may cause timeouts
- Token with obfuscated on-chain data may yield inconclusive risk score

## How this service works

On-chain Solana intelligence for AI trading agents: memecoin rug check (honeypot, mint/freeze authority, sell-tax), insider/bundle detection via funding-graph, wallet reputation, live pump.fun->PumpSwap migration feed, new-pool feed, order-flow, price ticks, trending and promo-attention signals. Pay per call in USDC on Base via x402 — from $0.001/call. Built from a real Solana sniping bot's forensic stack.

## Output

Returns a structured safety report for the queried Solana mint, including: honeypot detection flag, mint authority and freeze authority status, estimated sell-tax percentage, insider/bundle funding-graph analysis, deployer wallet reputation score, and an overall rug-risk assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mint"
 ],
 "properties": {
  "mint": {
   "type": "string",
   "description": "Solana token mint address"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solana-token-safety-rug-check-api-968463d7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402api.ivanskolic-creator.deno.net](https://www.zero.xyz/host/x402api.ivanskolic-creator.deno.net/llms.txt)
