W
whale-data
/flag_outcomes
Signal outcomes ledger
Recently fired signal-ledger flags with fire-time price and later price outcomes, logged live and never backfilled. Descriptive market data only.
liveverifiedunknown~5s typical
mcpprobedwhale-data
$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-coinlobster-whale-data /flag_outcomes for me.
Input
| Field | Type | Description |
|---|---|---|
| pair | string | Alias for coin. |
| type | string | Filter to one signal type. One of: whale-spike, funding-extreme, squeeze-flip, liq-cascade |
| coin | string | Filter to one coin, for example BTC. A pair like ETH/USD works too, the quote leg is dropp |
| hours | integer | How far back to look, in hours. Defaults to 48. Capped at 168 keyless and 720 on a develop |
| limit | integer | Max rows returned. Capped at 25 keyless and 500 on a developer plan; asking for more retur |
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-coinlobster-whale-data","endpoint":"/flag_outcomes","input":{}}'cli
npx cracked-ai run -p mcp-com-coinlobster-whale-data -e /flag_outcomes -i '{}'mcp
run_tool({ provider: "mcp-com-coinlobster-whale-data", endpoint: "/flag_outcomes", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.