BotIndex

March 18, 2026 · View on GitHub

Raw data is a commodity. Intelligence isn't.

BotIndex synthesizes whale positions, developer activity, funding rates, and behavioral demand signals into predictive intelligence. Not another data aggregator — a convergence engine.

Live: botindex.dev · API: api.botindex.dev · Track Record: Live prediction accuracy


What Makes This Different

Everyone has CoinGecko data. Nobody has this:

SignalWhat It IsWhy It Matters
Convergence ScoringMulti-source synthesis across whale, dev, and fear signalsCatches moves before single-source indicators
Whale DivergenceReal-time Hyperliquid position trackingKnow when smart money loads while retail sells
Network IntelligenceEcosystem development velocity + package adoption scoringInfrastructure momentum predicts price momentum
Query Surge IntelligenceWhat 19K+ daily API consumers are searching forDeveloper demand is a leading indicator
Predictive SignalsDeepSeek-synthesized signals with entry price loggingEvery prediction verified at 24h/72h/7d
Risk RadarComposite scoring: funding + liquidations + fear + flowsOne number for the market regime

Try It (30 seconds)

# See what we track (free, 3 requests/day)
curl https://api.botindex.dev/api/botindex/zora/trending-coins

# See what we know (Pro, \$9.99/mo)
curl -H "X-API-Key: YOUR_KEY" \
  https://api.botindex.dev/api/botindex/synthesis/smart-money-flow

# See what's next (Sentinel, \$49.99/mo)
curl -H "X-API-Key: YOUR_SENTINEL_KEY" \
  https://api.botindex.dev/api/botindex/sentinel/signals

Pricing

TierPriceWhat You Get
ExplorerFree3 req/day. Raw data only. Truncated results.
Pro Intelligence$9.99/mo500 req/day. Smart Money Flow, Risk Radar, convergence scoring, Network Intelligence. Full data.
Sentinel$49.99/moUnlimited. Predictive signals with verifiable accuracy. Query surge intelligence. Personal Telegram alerts.
# Get a free key
curl "https://api.botindex.dev/api/botindex/keys/register?plan=free"

# Get Pro
curl "https://api.botindex.dev/api/botindex/keys/register?plan=pro"

# Get Sentinel
curl "https://api.botindex.dev/api/botindex/keys/register?plan=sentinel"

Verifiable Track Record

Every prediction is logged with a timestamped entry price. Resolutions checked at 24h, 72h, and 7 days. No cherrypicking. No hindsight.

View live track record


Intelligence Endpoints

Pro ($9.99/mo)

EndpointDescription
GET /synthesis/smart-money-flowWhale accumulation + funding rate convergence
GET /synthesis/risk-radarComposite market risk score with DeepSeek synthesis
GET /sentinel/network-intelligence/rankingsEcosystem momentum scores (8 ecosystems)
GET /sentinel/query-intelligenceWhat API consumers are searching for (teaser)

Sentinel ($49.99/mo)

EndpointDescription
GET /sentinel/signalsFull predictive signal report with narratives
GET /sentinel/track-recordPrediction accuracy stats (public)
GET /sentinel/query-intelligenceFull endpoint-level query intelligence
GET /sentinel/network-intelligenceDetailed ecosystem scoring with components

Free (3/day, raw data)

EndpointDescription
GET /zora/trending-coinsZora trending coins
GET /hyperliquid/whale-alertsWhale position alerts
GET /hyperliquid/funding-arbFunding rate arbitrage
GET /hyperliquid/correlation-matrixToken correlation matrix
GET /sentinel/statusCurrent alert level (teaser)

All endpoints prefixed with /api/botindex/.


For AI Agents (MCP)

{
  "mcpServers": {
    "botindex": {
      "command": "npx",
      "args": ["-y", "botindex-mcp"],
      "env": { "BOTINDEX_API_KEY": "your_key" }
    }
  }
}

Coverage

16 assets under divergence monitoring: BTC, ETH, SOL, KAS, STX, ORDI, BABY, HYPE, PURR, ZORA, AAVE, UNI, LINK, ARB, OP, POL

8 ecosystem momentum scores: Ethereum, Solana, Uniswap, Hyperliquid, Base, Aave, Zora, Pump.fun

Signal refresh: Every 15 minutes. Divergence scan every 30 minutes.



License

MIT