Public API for crypto market intelligence, news analysis, and investigation tools.
FREE 100 requests/day per IP
PREMIUM 10,000 requests/day with API key
Include API key in header: Authorization: Bearer pbk_YOUR_KEY
https://intel.topmanidmb.ai
Returns top cryptocurrencies with price, 24h change, volume, market cap, and Fear & Greed index.
{
"coins": [
{"symbol": "BTC", "price": 97234.5, "change24h": 2.3, "volume": 45000000000, "market_cap": 1920000000000},
{"symbol": "ETH", "price": 3456.7, "change24h": -1.2, ...}
],
"btc_dominance": 73.6,
"total_market_cap": "1.98T",
"total_volume": "134.1B",
"fear_greed": 22
}
Generates AI-powered market analysis report with trend detection, support/resistance levels, and recommendations.
| Name | Type | Required | Description |
|---|---|---|---|
| format | string | No | Response format: json (default), pdf |
{
"email": "user@example.com",
"coin": "BTC",
"condition": "above",
"target_price": 100000
}
{"ok": true, "alert_id": 1, "message": "Alert created"}
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes | Email to list alerts for |
{"email": "user@example.com", "coin": "SOL"}
| Name | Type | Required | Description |
|---|---|---|---|
| string | Yes |
Raw market data from Flywheel intelligence feed. Includes detailed coin metrics.
{"email": "optional@example.com", "name": "optional"}
{"ok": true, "code": "oc_aBcDeF", "link": "https://intel.topmanidmb.ai/r/oc_aBcDeF"}
Returns aggregated usage statistics (no sensitive data).
{
"total_api_calls": 1234,
"month_api_calls": 456,
"today_api_calls": 78,
"total_users": 10,
"active_api_keys": 5,
"waitlist_count": 25,
"feedback_count": 8,
"top_endpoints": [{"endpoint": "/v1/market", "cnt": 200}],
"daily_trend": [{"date": "2026-03-05", "cnt": 78}]
}
Downloads revenue data as CSV file. Requires admin authentication.
Content-Type: text/csv Content-Disposition: attachment; filename=intel-revenue.csv
Monthly signup and waitlist growth data. Requires admin authentication.
{
"user_growth": [{"month": "2026-03", "signups": 5}],
"waitlist_growth": [{"month": "2026-03", "joins": 12}]
}
Most endpoints are free and don't require authentication. For premium features, include your API key:
curl -H "Authorization: Bearer pbk_YOUR_KEY" https://intel.topmanidmb.ai/api/market/report
Get an API key by contacting admin or through the Premium plan.
Upgrade to Premium for unlimited alerts, advanced reports, and 10x API limits.
View Pricing