whale-data
W
whale-data
/whale_trades

Whale trades feed

Live whale trades merged across 15 CEX venues plus on-chain DEX swaps (Ethereum, Base, Arbitrum), newest first. Keyless calls get the free shape (BTC/USD + $1M+

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_trades 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_trades","input":{}}'
cli
npx cracked-ai run -p mcp-com-coinlobster-whale-data -e /whale_trades -i '{}'
mcp
run_tool({ provider: "mcp-com-coinlobster-whale-data", endpoint: "/whale_trades", input: {} })

Try it

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