whale-insights
W
whale-insights
/sentiment_history

sentiment history

Social sentiment history (daily snapshots) — Returns the daily historical social-sentiment score for a single token over the last N days (default 30, max 180).

liveverifiedunknown~5s typical
mcpprobedwhale-insights
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-cryptowhaleinsights-whale-insights /sentiment_history for me.

Input

FieldTypeDescription
symbol*stringToken symbol to look up (e.g. BTC, ETH, SOL). Case-insensitive.
daysintegerNumber of recent days to return (1–180, default 30). default 30

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-cryptowhaleinsights-whale-insights","endpoint":"/sentiment_history","input":{"symbol":"...","days":30}}'
cli
npx cracked-ai run -p mcp-com-cryptowhaleinsights-whale-insights -e /sentiment_history -i '{"symbol":"...","days":30}'
mcp
run_tool({ provider: "mcp-com-cryptowhaleinsights-whale-insights", endpoint: "/sentiment_history", input: {"symbol":"...","days":30} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.