REST + MCP · same account · same credits

Build with live crypto market intelligence

One API for whale flow, smart-money positioning, funding, market context and more across 15 exchanges and 3 chains, plus liquidations from the venues that publish them. Start keyless, no card.

Monthly plans

One plan, one credit balance, works across the website, your AI (MCP) and the REST API. Credits refill each month. Internal and product use is included on every paid plan. Reselling raw rows to third parties needs Alpha or Enterprise.

PlanPriceCredits / month
STARTER $9/mo 20,000 Subscribe
PRO $29/mo 100,000 Subscribe
ALPHA $99/mo 500,000 Subscribe

Free to start: keyless MCP, plus a free key with 250 credits, no card. Get a free key →

One-off instead of a plan? Credit packs, never expire: $10 = 5,000 · $49 = 50,000 · $199 = 250k. One balance across the website, your AI (MCP) and REST. Any paid plan works on all three.

See it work, keyless

No key, no card, no account. Get the coins with unusual whale flow right now, each vs its own baseline. Same radar the site runs.

# Coins with unusual whale flow right now (keyless) curl -s "https://coinlobster.com/api/public/whale-radar?window=4h"

Wire into a bot or agent in minutes. Higher limits and full-depth endpoints come with a plan above.

Your keys

Loading your account…

API keys

Loading your keys…
For funds & desks

Fund-grade whale data, into your systems

  • Every executed whale trade · 15 exchanges + 3 chains + Hyperliquid · real time, one API
  • Both wallets on every Hyperliquid fill. Profit computed from real closing trades, not inferred from flow
  • Real forced-close liquidation trades across venues, not a model
  • Every signal logged and scored live, pull it and test it
  • Commercial use with approved redistribution · fund-grade volume and throughput

Enterprise feeds run into the thousands a month. One flat plan.

See plans

Quickstart

Manage keys in Your keys above, or register by API. Each key is shown once.

# 1. Register (email in, Stripe checkout link out) curl -X POST https://coinlobster.com/api/ai/v1/register \ -H "Content-Type: application/json" \ -d '{"email":"[email protected]","pack":"starter"}' # or subscribe: swap the body for {"email":"[email protected]","tier":"starter"}
# 2. Call an endpoint with your key curl -H "Authorization: Bearer YOUR_API_KEY" \ "https://coinlobster.com/api/ai/v1/whales/tape?coin=BTC&limit=100"
# ...or in Python (pip install requests) import requests r = requests.get( "https://coinlobster.com/api/ai/v1/whales/tape", headers={"Authorization": "Bearer YOUR_API_KEY"}, params={"coin": "BTC", "limit": 100}, ) print(r.json())

MCP (Model Context Protocol)

No key needed. Point an MCP client at the URL below for 53 read-only tools: whale trades · radar · signal outcomes · flow · perp liquidations · DeFi lending liquidations · on-chain DEX swaps · Hyperliquid named wallets · funding · squeeze score · projected liq zones · market snapshot · screener · history · news. Tool calls draw on the same credit balance as REST, priced by workload (20 to 100 credits each: a light read least, a full brief most). Keyless, discovery and failed calls are free. Full depth comes with any paid CoinLobster plan, on one credit balance that covers the website, your AI and REST together. Per-client setup: coinlobster.com/connect.

Server URL: https://coinlobster.com/mcp
// Example client config (Claude Desktop / any MCP-HTTP client) { "mcpServers": { "coinlobster": { "url": "https://coinlobster.com/mcp" } } }

22 endpoints

Every call deducts its credit cost.

Whales (6)

GET /api/ai/v1/whales/tape CEX + on-chain whale trades, full depth · no delay · no $1M floorhot window ~7 days; rows exist since 2026-07-13 (CEX) / rolling 48h (DEX) 30 cr
GET /api/ai/v1/whales/flow-history Daily whale-flow per coin: total · buy · sell USD, per UTC day (?coin=BTC required)grows daily; days exist since 2026-07-07; a day only appears when capture was verifiably up 30 cr
GET /api/ai/v1/whales/context Vs-own-history per coin: 24h multiple · N-day high · buy mix · net flow · breadth (?coin optional)derived hourly from the flow history; windows are each coin's real logged days 20 cr
GET /api/ai/v1/whales/radar Smart Money Radar: per-coin whale flow vs baseline across 1h/4h/24h windowssnapshot refreshes ~30s 30 cr
GET /api/ai/v1/whales/flow/:coin Hourly CEX/DEX buy-sell USD buckets for one coin30-day rolling hourly window 30 cr
GET /api/ai/v1/analytics/whale-trades Large trades with exchange · direction · net flow (min size configurable) 30 cr

Signals (2)

GET /api/ai/v1/analytics/signals Fired signal rows: whale spikes · funding extremes · squeeze flips · liquidation cascades · flow divergence · single-trade & percentile flags. Fire-time price + outcomesfire-time rows, never backfilled; live since 2026-07-13 50 cr
GET /api/ai/v1/signals/:type/:coin Every historical firing of one signal type on one coin, with outcomesfire-time rows, never backfilled; live since 2026-07-13 30 cr

Market (8)

GET /api/ai/v1/market/ticker Price · 5m volume · funding · open interest, any pair 10 cr
GET /api/ai/v1/market/pairs Supported pairs and exchange mappings 10 cr
GET /api/ai/v1/market/config Full market configuration 10 cr
GET /api/ai/v1/market/orderbook Orderbook merged across exchanges 20 cr
GET /api/ai/v1/market/trades Recent trades across all exchanges 20 cr
GET /api/ai/v1/market/funding-rates Funding rates + long/short sentiment, futures 20 cr
GET /api/ai/v1/market/open-interest Open interest per exchange and totals 20 cr
GET /api/ai/v1/market/liquidations Recent liquidations with long/short breakdown 20 cr

News (4)

GET /api/ai/v1/news/summary AI news briefing with sentiment 50 cr
GET /api/ai/v1/news/headlines Raw crypto news headlines 10 cr
GET /api/ai/v1/news/sentiment Sentiment score for a coin plus macro 30 cr
GET /api/ai/v1/news/ohlc 7-day hourly OHLC candle data 20 cr

DeFi (2)

GET /api/ai/v1/defi/summary 24h DeFi trading summary 30 cr
GET /api/ai/v1/defi/top-tokens Top DeFi tokens by 24h volume 20 cr

Free, permanently

No key, no signup, rate-limited per IP.

GET /api/public/crypto-whales $100K+ exchange whale trades, trimmed shape Free
GET /api/public/onchain-whales On-chain DEX swaps, Ethereum / Base / Arbitrum, $250K+ teaser rows Free
GET /api/public/defi-summary Per-chain DEX volume · TVL · top tokens · whale swaps Free
GET /api/public/liquidations Market-wide perp liquidations: 24h long vs short · hourly series · top coins · Hyperliquid wallets closed out. Lending is a separate lane, never summed Free
GET /api/public/defi-liquidations Aave V3 lending liquidations, both wallets named on every row Free
GET /api/public/hyperliquid/whales Hyperliquid whale fills with the wallet address attached Free
GET /api/public/hyperliquid/board Tracked Hyperliquid accounts: equity, leverage, net bias Free
GET /api/public/whale-radar Smart Money Radar, free shape (magnitude stripped on locked coins) Free
GET /api/public/receipts/:type/:coin Signal log outcome aggregates: how the last N clean firings went Free
POST /mcp 53 read-only market-data tools over the Model Context Protocol, keyless Free

FAQ

What's in the whale feed?
/whales/tape merges CEX and on-chain whale trades, full Pro depth: no delay, no $1M floor. Hot window ~7 days. Rows since 2026-07-13 (CEX), rolling 48h (DEX).
What is the signal log?
Every fired flag (whale spike · funding extreme · squeeze flip · liquidation cascade · flow divergence · single-trade & percentile) is logged at fire time with price and magnitude. Outcomes appended when measured, never recomputed. Recording started 2026-07-13.
Can I use the data commercially?
Yes, for your own internal or product use, on every paid plan. Reselling raw rows to third parties needs Alpha or Enterprise. Each REST call is ~10 to 50 credits, so a plan is a few thousand to tens of thousands of calls. Plans: Starter ($9/mo, 20,000 credits), Pro ($29/mo, 100k credits), Alpha ($99/mo, 500k credits).
What happens when my credits run out?
Plan credits refill on your billing date; unused allowance does not roll over, but purchased credit packs never expire. Run dry mid-cycle? Top up with any credit pack (POST /api/ai/v1/credits/purchase) or upgrade. Requests return a 402 with your balance, never a surprise charge.
How is my key handled?
After payment, poll the register/status endpoint: your raw key shows exactly once, then only masked. Store it securely. Lost it? Revoke it in Your keys and create a new one.
The Daily Catch free daily email 5 min · every morning
What a catch looks like
🐋 $SOL whales buying 6× the usual pace 18 buys vs 2 sells in 3h
Free · unsubscribe in one click