CoinLobster
The CoinLobster API delivers live, high‑resolution data on executed whale trades and forced‑close liquidations across 15 exchanges and multiple on‑chain DEXs, along with market metrics, signal logs, news, and DeFi activity, accessible via REST endpoints and a Model Context Protocol.
Latency
2589ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/api/ai/v1/analytics/signals
Fired signal rows: whale spikes, funding extremes, squeeze flips, liquidation cascades, flow divergence, single‑trade & percentile flags.
/api/ai/v1/signals/{type}/{coin}
Historical firing of one signal type on one coin, with outcomes attached.
/api/ai/v1/market/ticker
Price, 5‑minute volume, funding and open interest for any trading pair.
/api/ai/v1/market/pairs
Supported trading pairs and exchange mappings.
/api/ai/v1/market/config
Full market configuration.
/api/ai/v1/market/orderbook
Merged orderbook across exchanges.
/api/ai/v1/market/trades
Recent trades across all exchanges.
/api/ai/v1/market/funding-rates
Funding rates with long/short sentiment for futures.
/api/ai/v1/market/open-interest
Open interest per exchange and totals.
/api/ai/v1/market/liquidations
Recent liquidations with long/short breakdown.
/api/ai/v1/news/summary
AI‑generated news briefing with sentiment.
/api/ai/v1/news/headlines
Raw cryptocurrency news headlines.
/api/ai/v1/news/sentiment
Sentiment score for a coin plus macro context.
/api/ai/v1/news/ohlc
7‑day hourly OHLC candle data.
/api/ai/v1/defi/summary
24‑hour DeFi trading summary.
/api/ai/v1/defi/top-tokens
Top DeFi tokens by 24‑hour volume.
/api/public/crypto-whales
Exchange whale trades (each coin’s own bar), trimmed shape.
/api/public/onchain-whales
On‑chain DEX swaps on Ethereum, Base, Arbitrum with $250K+ teaser rows.
/api/public/defi-summary
Per‑chain DEX volume, TVL, top tokens, and whale swaps.
/api/public/liquidations
Market‑wide perpetual liquidations: 24h long vs short, hourly series, top coins, Hyperliquid wallets closed out.
/api/public/whale-radar
Smart Money Radar with free shape (magnitude stripped on locked coins).
/api/ai/v1/whales/tape
CEX + on-chain whale trades, full depth, no delay, no $1M floor hot window ~7 days.
/api/ai/v1/whales/flow-history
Daily whale‑flow per coin: total, buy, sell USD, per UTC day.
/api/ai/v1/whales/context
Vs‑own‑history per coin: 24h multiple, N‑day high, buy mix, net flow, breadth.
/api/ai/v1/whales/radar
Smart Money Radar: per‑coin whale flow vs baseline across 1h/4h/24h windows.
/api/ai/v1/whales/flow/{coin}
Hourly CEX/DEX buy‑sell USD buckets for one coin, 30‑day rolling hourly window.
/api/ai/v1/analytics/whale-trades
Large trades with exchange, direction and net flow (minimum size configurable).
27 endpoints auto-detected
Authentication
This API uses Bearer token authentication — pass your token in the Authorization header.
curl -X GET \ "https://coinlobster.com/developers/api/ai/v1/analytics/signals" \ -H "Authorization: Bearer YOUR_TOKEN"
coinlobster.com · HTTPS only