APIHub
Back to Explore

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.

Cryptocurrency
bearer
HTTPS
CORS: Yes
Description enriched
Visit official documentation

Latency

2589ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/api/ai/v1/analytics/signals

Fired signal rows: whale spikes, funding extremes, squeeze flips, liquidation cascades, flow divergence, single‑trade & percentile flags.

GET

/api/ai/v1/signals/{type}/{coin}

Historical firing of one signal type on one coin, with outcomes attached.

  • type (path, required) — Signal type (e.g., whale_spike, funding_extreme).
  • coin (path, required) — Ticker symbol of the cryptocurrency.
GET

/api/ai/v1/market/ticker

Price, 5‑minute volume, funding and open interest for any trading pair.

GET

/api/ai/v1/market/pairs

Supported trading pairs and exchange mappings.

GET

/api/ai/v1/market/config

Full market configuration.

GET

/api/ai/v1/market/orderbook

Merged orderbook across exchanges.

GET

/api/ai/v1/market/trades

Recent trades across all exchanges.

GET

/api/ai/v1/market/funding-rates

Funding rates with long/short sentiment for futures.

GET

/api/ai/v1/market/open-interest

Open interest per exchange and totals.

GET

/api/ai/v1/market/liquidations

Recent liquidations with long/short breakdown.

GET

/api/ai/v1/news/summary

AI‑generated news briefing with sentiment.

GET

/api/ai/v1/news/headlines

Raw cryptocurrency news headlines.

GET

/api/ai/v1/news/sentiment

Sentiment score for a coin plus macro context.

GET

/api/ai/v1/news/ohlc

7‑day hourly OHLC candle data.

GET

/api/ai/v1/defi/summary

24‑hour DeFi trading summary.

GET

/api/ai/v1/defi/top-tokens

Top DeFi tokens by 24‑hour volume.

GET

/api/public/crypto-whales

Exchange whale trades (each coin’s own bar), trimmed shape.

GET

/api/public/onchain-whales

On‑chain DEX swaps on Ethereum, Base, Arbitrum with $250K+ teaser rows.

GET

/api/public/defi-summary

Per‑chain DEX volume, TVL, top tokens, and whale swaps.

GET

/api/public/liquidations

Market‑wide perpetual liquidations: 24h long vs short, hourly series, top coins, Hyperliquid wallets closed out.

GET

/api/public/whale-radar

Smart Money Radar with free shape (magnitude stripped on locked coins).

GET

/api/ai/v1/whales/tape

CEX + on-chain whale trades, full depth, no delay, no $1M floor hot window ~7 days.

  • coin (query) — Ticker symbol of the cryptocurrency (e.g., BTC).
  • limit (query, limit) — Maximum number of rows to return.
GET

/api/ai/v1/whales/flow-history

Daily whale‑flow per coin: total, buy, sell USD, per UTC day.

  • coin (query, required) — Ticker symbol of the cryptocurrency (required).
GET

/api/ai/v1/whales/context

Vs‑own‑history per coin: 24h multiple, N‑day high, buy mix, net flow, breadth.

  • coin (query) — Ticker symbol of the cryptocurrency (optional).
GET

/api/ai/v1/whales/radar

Smart Money Radar: per‑coin whale flow vs baseline across 1h/4h/24h windows.

GET

/api/ai/v1/whales/flow/{coin}

Hourly CEX/DEX buy‑sell USD buckets for one coin, 30‑day rolling hourly window.

  • coin (path, required) — Ticker symbol of the cryptocurrency.
GET

/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