whale-insights
W
whale-insights
/whale_daily_summary

whale daily summary

Get daily whale movement counts from the DB — per-chain inflow/outflow totals over N days (use for trend analysis, not individual transfers) — Returns daily agg

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 /whale_daily_summary for me.

Input

FieldTypeDescription
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":"/whale_daily_summary","input":{"days":30}}'
cli
npx cracked-ai run -p mcp-com-cryptowhaleinsights-whale-insights -e /whale_daily_summary -i '{"days":30}'
mcp
run_tool({ provider: "mcp-com-cryptowhaleinsights-whale-insights", endpoint: "/whale_daily_summary", input: {"days":30} })

Try it

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