botindex-ai-tools
v1.1.0
Published
BotIndex API tools for the Vercel AI SDK
Readme
botindex-ai-tools
BotIndex API tools for the Vercel AI SDK.
Quick start
npm install botindex-ai-tools ai zod
import { streamText } from 'ai'; import { createBotIndexTools } from 'botindex-ai-tools';
await streamText({ model, tools: createBotIndexTools({ apiKey: process.env.BOTINDEX_API_KEY }) });Tool catalog
| Tool | Endpoint | Description |
|---|---|---|
| fundingArb | /api/botindex/hyperliquid/funding-arb | Hyperliquid funding arbitrage opportunities vs Binance. |
| trendingCoins | /api/botindex/zora/trending-coins | Free Zora attention-market trending coins. |
| whaleAlerts | /api/botindex/hyperliquid/whale-alerts | Free Hyperliquid whale alert summary. |
| correlationMatrix | /api/botindex/hyperliquid/correlation-matrix | Hyperliquid perpetual correlation matrix. |
| dopplerLaunches | /api/botindex/doppler/launches | Scored recent Doppler launches on Base. |
| signals | /api/botindex/v1/signals | Premium aggregate feed: correlation leaders + prediction arb + heatmap. |
| cryptoTokens | /api/botindex/crypto/tokens | Token universe with latest price/change snapshots. |
| sportsOdds | /api/botindex/sports/odds | Live sports odds snapshot. |
| liquidationHeatmap | /api/botindex/hyperliquid/liquidation-heatmap | Hyperliquid liquidation cluster/heatmap output. |
| hip6Candidates | /api/botindex/hyperliquid/hip6/launch-candidates | HIP-6 launch candidate rankings. |
Auth & limits
- Free (no key): 3 requests/day
- Free key: 100 requests/day
- Pro: $29/month
Register/manage keys:
- https://king-backend.fly.dev/api/botindex/keys/register
- https://king-backend.fly.dev/api/botindex/keys/info
- https://king-backend.fly.dev/api/botindex/keys/connect
