# News Gurus Intel — Solana Memecoin Token Authenticity Verifier

> News Gurus Intel — 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-14).

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

## Facts

- Endpoint: GET https://api.newsgurus.ai/x402/memecoin/verify/:solana_address
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/news-gurus-intel-solana-memecoin-token-authenticity-verifier-7de43026
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0JMOduZdCEBKn7_DxuBBy

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-solana-memecoin-token-authenticity-verifier-7de43026
```

Example prompt: Before I buy any of this token, can you run a rug-pull and authenticity check on Solana mint address 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU and tell me the realness score, whether I should pass or reject it, and any psyop or pump flags?

## When to prefer this

Use this endpoint when you need a fast, automated pre-trade safety check specifically for Solana memecoins, including rug-pull risk, creator history, psyop detection, and a clear action recommendation. Prefer it over generic token analytics when you need a single structured verdict with narrative context rather than raw on-chain data. Best suited for agent workflows that screen tokens before executing a trade or adding them to a watchlist.

## Known failure modes

- found:false returned when the mint address has never been scanned by the system
- Invalid or malformed Solana address returns error
- Payment failure or insufficient USDC balance blocks the request
- Rate limiting if too many calls in a short window
- Token is too new to have sufficient on-chain or social data for reliable scoring

## 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: found (boolean), realness score (0–1 float), confidence level, recommended action enum (PASS, SMALL_SNIPER, MONITOR, or REJECT), rug-risk flags, psyop/pump detection boolean or tags, narrative tags describing the token's social context, and creator rug history. Returns found:false if the mint address has not been previously scanned.

## 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-solana-memecoin-token-authenticity-verifier-7de43026/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)
