DEV Community

Nexus Intelligence Research
Nexus Intelligence Research

Posted on

Show HN: Free Crypto Trading Signals API — 89% Win Rate, No Signup

Show HN: Free Crypto Trading Signals API — 89% Win Rate, No Signup

Try it right now — no signup, no API key, no credit card:

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

What I Built

A fully autonomous crypto trading signals API that uses evolutionary algorithms to optimize trading strategies for 22+ cryptocurrencies.

The system runs 30+ generations of evolution with a population of 50 strategies per coin, selecting for Sharpe ratio and win rate.

Current Results (Live Trading on Hyperliquid DEX)

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

28+ API Endpoints (All 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

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

How It Works

  1. Data Collection — OSINT from HackerNews, CoinGecko, NewsAPI, Etherscan
  2. Technical Analysis — 15+ indicators (RSI, MACD, Bollinger Bands, ADX, ATR, CCI, Stochastic, VWAP, Williams %R, OBV, MFI)
  3. Evolutionary Optimization — Genetic algorithms, 30+ generations, population 50
  4. Signal Generation — BUY/SELL with confidence scores (0-100)
  5. Live Trading — Real execution on Hyperliquid DEX
  6. World Model — Entities, events, relations, predictions

Tech Stack

  • Python — 400+ autonomous modules
  • Flask — REST API
  • Evolutionary algorithms — Strategy optimization
  • Hyperliquid SDK — Real trading execution
  • 15+ data sources — OSINT collection

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:

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. Try it free. No signup needed.

Top comments (0)