Crypto Intelligence API
Crypto Intelligence API provides institutional-grade on-chain analytics for developers and traders. ## What You Get - **Whale Tracking** — detect large wallet movements ($100k+) with buy/sell signals - **Sentiment Analysis** — aggregated score from Reddit + 8 crypto RSS feeds (0–100, BULLISH/BEARISH/NEUTRAL) - **Rug Pull Risk Scoring** — 0–100 risk score with honeypot detection, liquidity…
Crypto Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| System | ||
| GET |
/health /health |
Returns API status and version. No authentication required. |
| Auth | ||
| GET |
/auth/keys /auth/keys |
Returns all API keys for the authenticated user. |
| POST |
/auth/register /auth/register |
Creates a new account and returns an API key. |
| POST |
/auth/keys/{key_id}/rotate /auth/keys/{key_id}/rotate |
Invalidates the current API key and issues a new one. |
| POST |
/auth/login /auth/login |
Returns user info and list of API keys. |
| Discovery | ||
| GET |
/search /search |
Search for tokens by name or symbol across all supported chains. Returns results sorted by liquidity. |
| GET |
/trending /trending |
Top 20 tokens by 24h trading volume on a given chain. |
| Price | ||
| GET |
/price/{token}/history /price/{token}/history |
Historical OHLCV candlestick data. Sources: Binance (major tokens) → CoinGecko fallback. **Requires Pro subscription.** |
| GET |
/price/{token} /price/{token} |
Live price for any token. Sources: Chainlink on-chain oracle → DEX pool reserves → DexScreener fallback. |
| GET |
/price /price |
Fetch prices for up to 20 tokens in a single request. |
| Sentiment | ||
| GET |
/sentiment/{token} /sentiment/{token} |
Aggregated sentiment score (0–100) from Reddit + 8 crypto RSS feeds. Returns BULLISH / BEARISH / NEUTRAL trend with confidence rating. |
| GET |
/sentiment/{token}/history /sentiment/{token}/history |
Time-series sentiment scores for a token. **Requires Pro subscription.** |
| Risk | ||
| GET |
/risk/{address} /risk/{address} |
Analyses a token contract for rug pull indicators. Returns 0–100 risk score with detailed flags: honeypot detection, liquidity lock status, mint functions, ownership concentration. |
| Whales | ||
| GET |
/whales/{token} /whales/{token} |
Detects large wallet movements (default $100k+) for a token over the last 24 h. Returns a directional signal derived from net buy/sell volume, plus the full transaction list with… |
| GET |
/whales/leaderboard/smart-money /whales/leaderboard/smart-money |
Ranks wallets by win rate and total profit. Identifies the best-performing on-chain traders. Only wallets with all three stats (`winRate`, `totalTrades`, `totalProfitUsd`)… |
| Market | ||
| GET |
/market/overview /market/overview |
Global crypto market stats: Fear & Greed index, total market cap, BTC dominance, 24h volume. |
| GET |
/market/movers /market/movers |
Top gaining and losing tokens on a given chain. Two modes: - **standard** (default): well-known pairs ranked by 24h change. - **spikes**: broad universe (8 search queries +… |
| Gas | ||
| GET |
/gas /gas |
Real-time gas prices (slow / standard / fast) for any supported chain. EIP-1559 base fee + priority fee on supported networks. |
| Token | ||
| GET |
/token/{address} /token/{address} |
On-chain token metadata: name, symbol, decimals, total supply, verified status, holder count, and current price. |
| News | ||
| GET |
/news/{token} /news/{token} |
Real-time news articles mentioning the token from 8 crypto RSS feeds (CoinDesk, Cointelegraph, Decrypt, and more). Zero delay. |
| DEX | ||
| GET |
/dex/trades/{address} /dex/trades/{address} |
Recent swap transactions for a token on a DEX. Shows buyer/seller addresses, amounts, and USD values. **Requires Pro subscription.** |
| Wallet | ||
| GET |
/wallet/{address}/profile /wallet/{address}/profile |
Deep on-chain analysis of any wallet: activity metrics and classification (BOT/TRADER/HOLDER). EVM chains also include token accumulation/distribution signals. Bitcoin wallets… |
| GET |
/wallet/{address}/transactions /wallet/{address}/transactions |
Recent transactions for any wallet, sorted newest-first. Supports EVM chains and Bitcoin. **Type classification:** - `buy` — ERC-20 token received - `sell` — ERC-20 token sent -… |
| GET |
/wallet/{address}/portfolio /wallet/{address}/portfolio |
Full portfolio for any wallet: native token balance + all ERC-20 holdings with current USD values. Pass a Bitcoin address with `chain=btc` to get BTC balance and USD value. |
| Alerts | ||
| POST |
/alerts /alerts |
Create a new price or whale movement alert. Notifications via Telegram or Discord. |
| DELETE |
/alerts/{alert_id} /alerts/{alert_id} |
Permanently removes an alert. |
| GET |
/alerts /alerts |
Get all active alerts for the authenticated user. |
| Watchlist | ||
| POST |
/watchlist /watchlist |
|
| DELETE |
/watchlist/{token} /watchlist/{token} |
|
| GET |
/watchlist /watchlist |
Returns all tokens in the user's watchlist. |
Crypto Intelligence API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $29 / month | 100 / minute |
|