Real-time crypto intelligence

AI-powered crypto signal intelligence

Real-time sentiment analysis across BTC, ETH, XRP, SOL, DOGE, BNB and AVAX — delivered via REST API and WebSocket. Sentiment-driven direction signals, paper-trade backtesting, and live P&L tracking.

Request API access View live signals
Signals fired today
Paper trade win rate
6
Crypto assets monitored
API uptime seconds

From news to signal in under 10 seconds

Four automated layers convert raw news and market data into actionable crypto direction signals — continuously, around the clock.

01 — Ingest

News & market data

GDELT news feeds, Polymarket event data, and Binance price ticks are ingested in real time and pushed into Redis Streams.

GDELT · Binance · Redis
02 — Score

Sentiment scoring

FinBERT sentiment model scores each article against BTC, ETH, XRP, SOL, DOGE, BNB and AVAX keywords, producing a signed score in (−1, +1).

FinBERT · NLP · async
03 — Signal

Direction signal

A 5-minute rolling sentiment window per asset triggers a directional signal (UP / DOWN) when average sentiment crosses ±0.15. Entry price is snapped from Binance at signal time.

TimescaleDB · Kelly sizing
04 — Deliver

API & alerts

Signals and paper-trade outcomes are served via REST API and pushed to Telegram in real time. Outcomes are resolved after 1 hour using live Binance prices.

REST API · Telegram

Clean JSON endpoints, zero friction

# Fetch latest signal for each asset
GET /api/crypto/signals

# Response
[
  {
    "asset": "BTC",
    "direction": "up",
    "sentiment_score": 0.342,
    "entry_price": 67420.50,
    "timestamp": "2026-03-27T09:14:00Z"
  },
  ...
]
GET
/api/crypto/signals Latest direction signal per asset
GET
/api/crypto/trades Recent paper trades with entry/exit and P&L
GET
/api/crypto/prices Live Binance spot prices for all 6 assets
GET
/api/crypto/stats Win rate and avg return per asset
GET
/api/health Pipeline status and DB latency

Simple, usage-based plans

Start free, scale as your strategy grows.

Starter
$0/mo

Explore the signal feed and build a proof of concept.

  • 7 crypto assets (BTC, ETH, XRP, SOL, DOGE, BNB, AVAX)
  • REST API — 100 req/day
  • Delayed signals (15 min)
  • Public signals page
Get started free
Enterprise
$

Custom SLAs, private deployment, and bespoke asset coverage.

  • Custom asset universe
  • WebSocket streaming API
  • Dedicated infrastructure
  • SLA & white-labelling
  • Priority support
Contact us