28 API Endpoints for OSINT + Crypto Intelligence — Free to Try
What I Built
A REST API that combines OSINT intelligence and crypto trading signals in one place. No API key needed for basic endpoints.
Live Right Now
# Platform status
curl http://169.58.38.67:8790/api/status
# Latest trading signal
curl http://169.58.38.67:8790/api/signals/latest
# List tracked entities (countries, crypto, orgs)
curl http://169.58.38.67:8790/api/entities
# Event timeline
curl http://169.58.38.67:8790/api/events
# Pricing
curl http://169.58.38.67:8790/api/pricing
# Full docs
curl http://169.58.38.67:8790/api/docs
28+ Endpoints
Data: query, entities, events, predictions, accuracy
Trading: signals, latest, history, subscribe
Harvest: crypto, stocks, forex, news, weather, all
Auth: create key, validate
Payment: purchase report, subscription, Stripe webhook
Use Cases
- Crypto traders — Real-time BUY/SELL signals with confidence scores for 22+ coins
- Researchers — OSINT data from HackerNews, CoinGecko, NewsAPI in one API
- Analysts — Geopolitical events + entity tracking + impact scoring
- Developers — Build apps on structured intelligence data
Pricing
| Plan | Price | Queries/day | Features |
|---|---|---|---|
| Free | $0 | 10 | Signal previews, basic endpoints |
| Pro | $49/mo | 1,000 | Full signals, 50 reports, all endpoints |
| Enterprise | $999/mo | Unlimited | Custom sources, SLA, white-label |
Create a Free API Key
curl -X POST http://169.58.38.67:8790/api/key/create -H "Content-Type: application/json" -d '{"agent_name": "my_app", "plan": "free"}'
Built with Python + Flask. Live at http://169.58.38.67:8790
Top comments (0)