Skip to content
Sentiment API

Crypto sentiment API

Per-article sentiment from 1,000+ media sources, the Fear & Greed Index, and narrative trends. One key, two protocols: REST for your code, MCP for your AI assistant.

The data

What the sentiment API returns

The core endpoint is sentiment-scored article search. Every piece of content in the index carries a sentiment label (positive, neutral, or negative) assigned by an AI model at ingestion, plus detected entities with their own per-entity sentiment. Query by keyword, company, outlet, language, region, or date range and get back structured JSON with sentiment breakdowns, top outlets, and per-outlet average tone.

On top of raw search, the API serves aggregated signals: historical sentiment time series by outlet, the Fear & Greed Index, AI-extracted narrative trends with signal strength, narrative momentum scores that tell you whether a theme is accelerating or fading, and side-by-side entity comparisons across volume, sentiment, and sources.

The distinction that matters: this is media sentiment. The index covers news outlets, financial press, crypto publications, podcasts, conference talks, regulatory filings, and GitHub activity. It is the layer of conversation institutions actually read.

Setup

Quick start

Generate a key from Settings, then authenticate with a Bearer token:

curl "https://api.perception.to/feed?keyword=bitcoin&sentiment=negative" \
  -H "Authorization: Bearer pcp_your_key_here"

Or skip the code entirely. The same key connects Perception to Claude, ChatGPT, and Gemini over MCP, where the sentiment tools become native functions your AI assistant calls mid-conversation. One-click installs exist for Claude Desktop, VS Code, and Cursor. See the MCP integration page for setup.

Rate limit headers ship on every response, keys are revocable instantly, and the free key tier needs no credit card. Full endpoint reference in the documentation.

Comparison

How crypto sentiment APIs compare

scroll →

APISignalFree tierAI-native (MCP)Best for
PerceptionMedia sentiment, narratives, Fear & Greed, entity intelligence1,000+ curated media sources, per-article AI sentimentFree key tier: 14 tools, 5 credits/day, no cardYesMedia-driven sentiment, narrative tracking, AI agent workflows
LunarCrush APISocial sentiment, social volume, engagement metricsX, Reddit, YouTube, TikTok social postsPaid plans, credits-basedNoSocial-first traders tracking crowd chatter per coin
Santiment APIOn-chain metrics, social sentiment, dev activityOn-chain data plus social channelsLimited free tier with lag on some metricsNoQuant researchers combining on-chain and social data
The TieInstitutional sentiment scores and news feedsNews and social, institutional focusEnterprise contracts onlyNoInstitutional desks with enterprise budgets

Deeper comparisons: Perception vs LunarCrush, Perception vs Santiment, Perception vs The Tie.

Use cases

Common builds

Trading dashboards. Pull daily sentiment and Fear & Greed into your existing panel next to price and funding. Divergence between media tone and price is the signal most builders end up alerting on.

Research notebooks. Query historical sentiment by outlet and date range into pandas, and backtest how coverage tone led or lagged price at previous cycle turns.

Comms monitoring. Track sentiment on your own company and competitors, broken down by outlet, so you know which stories moved tone and which outlets to brief next.

AI agents. Connect over MCP and let your assistant run the whole loop: search coverage, compare entities, check momentum, and draft the brief. No glue code.

FAQ

Frequently asked questions

Is there a free crypto sentiment API?

Yes. The free key tier includes 14 tools at 5 credits a day, covering sentiment search, trends, Fear & Greed, and narrative momentum. No credit card required to start.

Does one key cover both REST and MCP?

Yes. Keys are issued once, work on both protocols, and share one rate limit pool, so usage is metered consistently no matter how you connect.

Is this social media sentiment?

Primarily media sentiment: news, financial press, podcasts, research, filings. Social platforms are part of the source mix, and the product is built around the editorial layer. If you want social-only metrics like engagement counts, LunarCrush is the better fit.

What does it cost after the free tier?

Standard at $249/mo raises the allowance to 16 tools and 20 credits a day. Intelligence at $499/mo covers all 31 tools at 100 credits a day, including regulatory search, entity profiles, and scenario analysis. Details on the pricing page.

Get started

Get a key and make your first call

Free key tier and a 14-day full trial, no credit card. Your first sentiment query is one curl command away.