# SolProbe News Report — Solana Token Sentiment & Intelligence

> SolProbe News Report — Solana Token Sentiment & Intelligence is a paid API for AI agents from api.solprobe.xyz, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Returns an AI-synthesized news and social sentiment report for a Solana token, including bullish/bearish signal, degen/analyst/ecosystem takes, structural risks, and tweet-driven intelligence.

## Facts

- Endpoint: POST https://api.solprobe.xyz/news/report
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solprobe-news-report-solana-token-sentiment-intelligence-64ace435
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PtB1bkDc3PvJJ1x5I75Sd

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 solprobe-news-report-solana-token-sentiment-intelligence-64ace435 -d '<json body>'
```

Example prompt: Pull a full SolProbe sentiment report on BONK — I want to know the overall signal, what degens and analysts are saying, any structural risks, and whether mint or freeze authority has been revoked.

## When to prefer this

Use this endpoint when you need a fast, synthesized social and structural intelligence report on a specific Solana token or the broader Solana market pulse, especially when you want separate degen/analyst/ecosystem signal breakdowns and on-chain structural checks (mint/freeze authority) in a single call. Prefer this over raw Twitter scrapers or on-chain-only tools when you want an opinionated, AI-ready synthesis rather than raw data.

## Known failure modes

- Unknown or unrecognized token symbol returns low data quality or empty report
- Mint address not found on-chain results in error or null structural snapshot
- Insufficient Twitter data for niche tokens yields PARTIAL data quality rating
- Malformed base58 mint address causes input validation error
- Broad-mode (no symbol) may return lower-confidence aggregate signal if cohort data is sparse

## How this service works

AI-callable Solana token intelligence. Pay per call via x402 USDC on Base or Solana, or Virtuals ACP escrow. No accounts, no keys, no subscription.

## Output

A structured JSON report containing: overall sentiment signal (BULLISH/BEARISH/NEUTRAL), a human-readable synthesis, separate takes from degens, analysts, and ecosystem accounts, a list of flagged risks, a watch list of notable tweet IDs, tweet count, data quality rating, structural risk grade, and mint/freeze authority status.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Optional. Token cashtag (e.g. BONK, $BONK) or Solana mint address (base58). Omit for broad-mode market pulse across the curated Solana-Twitter cohort."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "mode": "symbol",
  "report": {
   "risks": [
    "Engagement is concentrated in <5 viral posts; sample-bias risk.",
    "Two parody-flagged accounts contributed to the bullish count."
   ],
   "synthesis": "Net bullish, driven by degens; analyst skepticism caps the upside narrative.",
   "degen_take": "Degens fully bullish, multiple 'send it' posts …",
   "watch_list": [
    "1234567890123456789",
    "1234567890123456790"
   ],
   "analyst_take": "Analysts split — chartists call breakout …",
   "ecosystem_take": "Ecosystem accounts are quietly neutral …"
  },
  "signal": "BULLISH",
  "cashtag": "BONK",
  "tweet_count": 40,
  "data_quality": "FULL",
  "schema_version": "2.0",
  "structural_snapshot": {
   "structural_risk_grade": "B",
   "mint_authority_revoked": true,
   "freeze_authority_revoked": true
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/solprobe-news-report-solana-token-sentiment-intelligence-64ace435/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.solprobe.xyz](https://www.zero.xyz/host/api.solprobe.xyz/llms.txt)
