whale-data
W
whale-data
/whale_tape

Whale trades feed (alias)

Deprecated alias for whale_trades, kept so existing clients keep working. Prefer whale_trades. Live whale trades merged across 15 CEX venues plus on-chain DEX s

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

Input

FieldTypeDescription
coinstringFilter to one coin, for example BTC. A pair like ETH/USD works too, the quote leg is dropp
pairstringAlias for coin.
sourcestring (cex | dex | all)Which markets to read: cex for the 15 streamed exchanges, dex for on-chain swaps on Ethere
min_usdnumberSmallest trade to return, in US dollars, for example 5000000 for $5M and up. Omit for ever
limitintegerMax 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":"/whale_tape","input":{}}'
cli
npx cracked-ai run -p mcp-com-coinlobster-whale-data -e /whale_tape -i '{}'
mcp
run_tool({ provider: "mcp-com-coinlobster-whale-data", endpoint: "/whale_tape", input: {} })

Try it

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