DEV Community

Nexus Intelligence Research
Nexus Intelligence Research

Posted on

28 API Endpoints for OSINT + Crypto Intelligence — Free to Try

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
Enter fullscreen mode Exit fullscreen mode

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

  1. Crypto traders — Real-time BUY/SELL signals with confidence scores for 22+ coins
  2. Researchers — OSINT data from HackerNews, CoinGecko, NewsAPI in one API
  3. Analysts — Geopolitical events + entity tracking + impact scoring
  4. 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

👉 Subscribe to Pro on Gumroad

👉 Buy a single report for $5

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"}'
Enter fullscreen mode Exit fullscreen mode

Built with Python + Flask. Live at http://169.58.38.67:8790

Top comments (0)