Official Python SDK for BotIndex — crypto intelligence, compliance OSINT, agent discovery
Project description
BotIndex Python SDK
Official Python SDK for BotIndex — whale tracking, prediction markets, crypto signals.
Install
pip install botindex
Quick Start
from botindex import BotIndex
bot = BotIndex(api_key="botindex_sk_...")
# Whale alerts (free)
whales = bot.hyperliquid.whale_alerts()
print(whales.summary.top_positions)
# Full data ($0.05)
full = bot.hyperliquid.whale_alerts_full()
print(full.top_positions)
# All endpoints
signals = bot.v1.signals()
zora = bot.zora.trending_coins()
Get API Key
Free tier: 100 requests/day
curl https://api.botindex.dev/api/botindex/keys/register?plan=free
Links
- Docs: https://botindex.dev
- API Reference: https://api.botindex.dev/docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
botindex-1.0.0.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file botindex-1.0.0.tar.gz.
File metadata
- Download URL: botindex-1.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1764981513ae16a72968b9c79d45aafd45a6b8cf1abe16c9f182eb5d90570702
|
|
| MD5 |
9b0282428908429e52bbfb9066883113
|
|
| BLAKE2b-256 |
48a97df2aae3bc157a49a86db56e681980a573bc310b02d6e0363d66e72b5ca3
|
File details
Details for the file botindex-1.0.0-py3-none-any.whl.
File metadata
- Download URL: botindex-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e39b84670cd6c173162dcb2759085cdc5fd694dbde0fd4b732868ac55dff3f3
|
|
| MD5 |
e74d97bb318524f4fe3b56330e1d8126
|
|
| BLAKE2b-256 |
ba6951aad37968724133f1c73da000af1249ad62231ad8e395f1926debf9516f
|