# News Gurus Intel API — Solana Memecoin Token Authenticity Verifier

> News Gurus Intel API — Solana Memecoin Token Authenticity Verifier is a paid API for AI agents from api.newsgurus.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Verifies the authenticity and rug-risk of a Solana memecoin by mint address, returning a 0-1 realness score, confidence level, recommended action (PASS/SMALL_SNIPER/MONITOR/REJECT), rug-risk flags, psyop/pump detection, and narrative tags from a 6-probe on-chain+social analysis.

## Facts

- Endpoint: GET https://api.newsgurus.ai/x402/memecoin/verify/probe
- 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/news-gurus-intel-api-solana-memecoin-token-authenticity-verifier-f3fa0415
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7UDZRGMw6-vJdohOhRdIn

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 news-gurus-intel-api-solana-memecoin-token-authenticity-verifier-f3fa0415
```

Example prompt: Can you verify if this Solana memecoin mint address is legit or a rug pull — 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU — and give me the realness score, rug-risk flags, and your recommended action (PASS, MONITOR, or REJECT)?

## When to prefer this

Choose this endpoint when you need a structured, multi-signal authenticity verdict on a specific Solana memecoin mint address, especially when you want creator rug-history, psyop/pump detection, and a clear recommended action (PASS/MONITOR/REJECT) rather than raw on-chain data alone. Prefer this over generic blockchain explorers when you need an opinionated risk score and narrative classification for trading safety decisions.

## Known failure modes

- found:false returned if the mint address has never been scanned by the system
- Invalid or malformed Solana mint address returns an error
- Payment failure if x402 USDC micropayment is not processed correctly
- Rate limiting or quota exceeded errors
- Network timeouts if on-chain probes are slow to respond

## How this service works

News Gurus Intel API — token authenticity verdict for one Solana mint: 0-1 realness score, confidence, recommended action (PASS / SMALL_SNIPER / MONITOR / REJECT), rug-risk flags, psyop/pump detection and narrative tags, from a 6-probe on-chain+social verifier with creator rug-history. Returns found:false if the address has never been scanned. Educational data, not financial advice.

## Output

Returns a JSON object containing: a found boolean (false if mint has never been scanned), a realness score from 0 to 1, a confidence value, a recommended action enum (PASS, SMALL_SNIPER, MONITOR, or REJECT), rug-risk flags, psyop/pump detection signals, narrative tags, and creator rug-history data derived from 6-probe on-chain and social verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "mint"
     ],
     "properties": {
      "mint": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/news-gurus-intel-api-solana-memecoin-token-authenticity-verifier-f3fa0415/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.newsgurus.ai](https://www.zero.xyz/host/api.newsgurus.ai/llms.txt)
