DEV Community

Nexus Intelligence Research
Nexus Intelligence Research

Posted on

Free Crypto Trading Signals API — No Signup Required

Free Crypto Trading Signals API — No Signup Required

Just Try It Right Now

curl http://169.58.38.67:8790/api/signals/latest
Enter fullscreen mode Exit fullscreen mode

That's it. No signup, no API key, no credit card. Just real-time crypto trading signals.

What You Get

  • Trading signals for 22+ cryptocurrencies
  • BUY/SELL direction with confidence scores (0-100)
  • Based on 15+ technical indicators (RSI, MACD, Bollinger Bands, ADX, ATR, CCI, Stochastic, VWAP, Williams %R, OBV, MFI)
  • Evolutionary algorithm optimization (30+ generations, population 50)
  • Live trading on Hyperliquid DEX with real money

Current Best Strategies (After 30 Generations of Evolution)

Coin Win Rate Sharpe Ratio Fitness
ADA 89.3% 3.13 0.53
SOL 87.6% 5.27 0.29
ETH 59.2% 2.03 0.18
BTC 61.9% 1.82 0.17

All API Endpoints (Free)

# Platform status
curl http://169.58.38.67:8790/api/status

# Latest trading signal
curl http://169.58.38.67:8790/api/signals/latest

# 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 info
curl http://169.58.38.67:8790/api/pricing

# Full documentation
curl http://169.58.38.67:8790/api/docs
Enter fullscreen mode Exit fullscreen mode

Want More? Upgrade to Pro

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:

👉 Get Pro on Gumroad — $49/month

Buy a Single Intelligence Report:

👉 Get Report on Gumroad — $5

How It Works

  1. Data Collection — OSINT from HackerNews, CoinGecko, NewsAPI, Etherscan
  2. Signal Generation — Evolutionary algorithms optimize strategies per coin
  3. World Model — Entities, events, relations, predictions structured
  4. API — REST endpoints for external access
  5. Trading — Live execution on Hyperliquid DEX

Tech Stack

  • Python + Flask — API server
  • Evolutionary algorithms — Strategy optimization (genetic algorithms)
  • Hyperliquid SDK — Real trading execution
  • 15+ data sources — OSINT collection
  • 400+ autonomous modules — Self-managing system

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

API is live right now at http://169.58.38.67:8790 — try it free, no signup needed.

Top comments (0)