# OnchainPulse Solana Memecoin Safety Scanner

> OnchainPulse Solana Memecoin Safety Scanner is a paid API for AI agents from onchainpulse.theaslangroupllc.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-15).

Scans any SPL token on Solana for honeypot, rug-pull, and safety risks, returning a deterministic CLEAR/CAUTION/AVOID verdict with mint/freeze authority, LP lock/burn, holder concentration, and live liquidity signals.

## Facts

- Endpoint: GET https://onchainpulse.theaslangroupllc.com/api/memecoin
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainpulse-solana-memecoin-safety-scanner-b3aada02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__JgiPz3Vx4JaS0oEaf9hS

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 onchainpulse-solana-memecoin-safety-scanner-b3aada02
```

Example prompt: Before I ape into this Solana token at address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU, run a full safety check — tell me if it's a honeypot, whether the LP is locked or burned, how concentrated the dev and top holders are, and give me the final CLEAR, CAUTION, or AVOID verdict.

## When to prefer this

Use this endpoint when an AI trading or sniping agent needs a fast, all-in-one pre-trade safety verdict for a Solana SPL token, especially memecoins, before executing a buy. It consolidates honeypot detection, LP analysis, authority checks, and concentration metrics into one deterministic call, making it preferable over assembling raw on-chain data manually or calling multiple separate analysis APIs.

## Known failure modes

- Invalid or malformed SPL token address returns an error
- Token not found on-chain returns a not-found error
- Very newly deployed tokens with minimal on-chain data may return incomplete signals
- RPC congestion or Solana network issues may cause timeouts
- Payment not processed (x402) returns a 402 Payment Required response

## How this service works

Honeypot, rug & token-safety scanner for Solana memecoins — instant pre-trade check of mint/freeze authority, LP lock/burn, holder & dev concentration and insider flags, fused with live liquidity, buy/sell flow and age into one deterministic CLEAR / CAUTION / AVOID verdict for any SPL token. Answers "is this token safe to buy?" in one call — a token safety check / rug pull check for swap guardrails. For Solana trading & sniping agents.

## Output

Returns a deterministic safety verdict (CLEAR, CAUTION, or AVOID) for the queried SPL token, accompanied by flags covering: mint authority enabled/disabled, freeze authority status, LP lock/burn state, holder and dev wallet concentration percentages, insider wallet flags, live liquidity depth, buy/sell flow ratio, and token age — giving a trading or sniping agent a complete pre-trade risk picture in a single call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "mint"
 ],
 "properties": {
  "mint": {
   "type": "string",
   "description": "SPL token mint address (base58)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mint": "EKpQGSJtjMFqKZ9KQanSqYXRcF8fBopzLHYxdM65zcjm",
  "chain": "solana",
  "safety": {
   "rugged": false,
   "source": "rugcheck+solana_rpc",
   "danger_risks": [],
   "rugcheck_score": 22,
   "mint_authority_revoked": true,
   "lp_locked_or_burned_pct": 91.2,
   "freeze_authority_revoked": true
  },
  "is_safe": false,
  "sources": {
   "rugcheck": true,
   "solana_rpc": true,
   "dexscreener": true
  },
  "verdict": "CAUTION",
  "momentum": {
   "read": "balanced flow (0.9:1 1h), $640,000 1h vol, 175h old",
   "price_usd": 0.94,
   "market_cap": 940000000,
   "vol_h1_usd": 640000,
   "liquidity_usd": 2100000,
   "pair_age_hours": 4200,
   "buy_sell_ratio_h1": 0.9,
   "price_change_h1_pct": -1.4
  },
  "one_liner": "Passes hard gates but carries risk",
  "red_flags": [
   "Top-10 wallets hold 46.2%"
  ],
  "confidence": "high",
  "disclaimer": "On-chain contract facts + observed momentum, not financial advice or a price prediction. Memecoins are extremely high-risk.",
  "risk_score": 22,
  "green_flags": [
   "Mint authority revoked (supply cannot be inflated)",
   "Freeze authority revoked (your wallet cannot be frozen)"
  ],
  "concentration": {
   "creator_pct": 3.4,
   "top10_holder_pct": 46.2,
   "insiders_detected": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainpulse-solana-memecoin-safety-scanner-b3aada02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from onchainpulse.theaslangroupllc.com](https://www.zero.xyz/host/onchainpulse.theaslangroupllc.com/llms.txt)
