coinlobster-api

Solid

Build apps and agents on CoinLobster's crypto whale data, including the free keyless REST endpoints, the hosted MCP server, API keys and credit plans. Use when a developer asks how to integrate live whale trades, whale alerts, liquidations or the Smart Money Radar into their bot, app, dashboard or agent, or asks about the CoinLobster API or MCP server.

AI & Automation 16 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
41
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Building on CoinLobster Integration guide for coding agents: pick the right surface, then the right tier. ## Pick the surface | You are building | Use | | --- | --- | | An AI agent / MCP client | Hosted MCP: `https://coinlobster.com/mcp` (streamable HTTP, keyless, no install), or the `coinlobster-mcp` npm package for a local stdio proxy to the same server. | | A Claude/ChatGPT connector | `https://coinlobster.com/mcp/connector` (OAuth; user signs in). Depth follows the developer plan on that account. | | A bot, dashboard or backend | REST: keyless `/api/public/*` to prototype, keyed `/api/ai/v1/*` for full data | | Quick agent-readable context | `https://coinlobster.com/llms.txt`, `/crypto-whales.md`, `/radar.md` | Full REST catalog + field meanings: [references/endpoints.md](references/endpoints.md). OpenAPI: `https://coinlobster.com/openapi.json` ## Free vs keyed - **Keyless** (no signup): BTC/USD + every $1M+ trade real-time, other pairs 15-min delayed, DEX swaps $250K+, radar with magnitudes on the free pair (BTC) only. Rate limits differ by surface: REST `/api/public/*` allows 60 requests/min per IP (the 61st returns 429). The MCP is limited on its own layered per-IP and per-tool budget; read `Retry-After` on a 429 instead of assuming a rate. - **Free key** (a one-off 1,000-credit grant at https://coinlobster.com/developers, no card): unlocks the metered REST endpoints at `/api/ai/v1/*` (10 to 50 credits per call, so roughly 20 to 100 calls in total, history to 4...

Details

Author
CoinLobster
Repository
CoinLobster/agent-skills
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

whale-flow

Live crypto whale trades and net buy/sell flow across 15 exchanges plus Ethereum, Base and Arbitrum DEXs. Use when the user asks what whales or smart money are doing on a specific named coin: large trades, buy or sell flow, or who is accumulating or dumping BTC, ETH, SOL or any coin. For screening which coins look unusual use whale-radar; for a full why-is-it-moving diagnosis use crypto-market-snapshot. Free, no API key.

16 Updated 1 weeks ago
CoinLobster
AI & Automation Solid

crypto-market-snapshot

Crypto market state and post-move diagnosis, combining price, 24h stats, funding, open interest and liquidations in one call, plus whale flow and news sentiment via companion tools. Use when the user asks the current price or 24h stats of a coin, what is happening in the crypto market right now, why a coin is moving, or for a full autopsy of why a pump or dump happened: whether the move was forced (liquidations) or organic (spot flow), who got wiped and how big vs normal, whether it was leverage-driven or spot-driven, or whether smart money bought the dip. Backward-looking by construction; reports the recorded sequence, never what happens next. Keyless for BTC/USD; other pairs need an active developer plan (from $29/mo) (whale trades and market overview stay keyless for every coin).

16 Updated 1 weeks ago
CoinLobster
AI & Automation Solid

crypto-trade-context

The data picture around a crypto position. Use when the user is about to enter or exit, is holding a position and wants what to watch, asks if their side is crowded, what holding costs, whether whales are on their side, or wants their own signal cross-checked against smart-money flow. Reports state and recorded history with sample sizes; never advice, never a forecast. Keyless on every streamed pair: trade_context, whale_context and funding_matrix on MCP, or /api/public/baseline, /api/public/whale-context, whale trades and liquidation history over plain curl. Percentile judgment vs a pair's own recorded days is keyless too, and so are whale USD magnitudes over /api/public/whale-context. Depth (whale USD on the MCP tools, crowding, full 24h stats) needs an active developer plan (from $29/mo), and so does squeeze_score outright; liq_zones is keyless on the free pair only.

16 Updated 1 weeks ago
CoinLobster