Market intelligence
for systematic traders.

Four intelligence layers: raw derivatives, on-chain, behavioral signals, and ML-generated outputs. Pick the tier your strategy needs and get an API key in 60 seconds.

STREAM — L1

Derivatives Data

Open interest, funding rates, liquidation events, and mark prices across 24 exchanges. Normalized into a single schema.
For: market monitoring, dashboard feeds, arbitrage bots $49/mo
QUANT — L2

On-Chain + Derivatives

Everything in STREAM plus on-chain analytics from a Bitcoin node we operate: SOPR, MVRV, NUPL, LTH/STH cohorts, and HODL waves.
For: systematic research, strategy backtesting, factor models $399/mo
PULSE — L3

Intelligence Engines

Whale wallet scoring, liquidation cascade detection, exchange flow analysis, and market regime classification. Signal-level outputs, not raw data.
For: signal generation, risk management, alert systems $799/mo
ORACLE — L4

ML Predictions

Forward-looking regime classification, multi-signal alpha scores, and custom intelligence models built on the full dataset.
For: quantitative research, model validation, proprietary infrastructure Custom from $3,500/mo
python3 — nexusglass
# L2 call: on-chain SOPR + cascade risk in one request
 
import nexusglass
client = nexusglass.Client(api_key="nxg_your_key")
 
risk = client.cascade_guard.risk_score(symbol="BTCUSDT")
# {"cascade_probability": 0.73, "signal": "HIGH", "eta_minutes": 12}
 
sopr = client.onchain.sopr(period="24h")
# {"sopr": 1.021, "lth_sopr": 1.18, "signal": "profit_taking"}
BTC Open Interest: $24.7B (+3.2%) Cascade Risk — BTCUSDT: HIGH Funding Spread 18 CEX: +0.0017% Whale Inflow (1h): $182M SOPR (24h): 1.021 — Profit-taking LTH SOPR: 1.18 Liquidations (4h): $340M ETH OI: $9.1B MVRV Ratio: 2.34 Tracked Whale Wallets: 18,429 BTC Open Interest: $24.7B (+3.2%) Cascade Risk — BTCUSDT: HIGH Funding Spread 18 CEX: +0.0017% Whale Inflow (1h): $182M SOPR (24h): 1.021 — Profit-taking LTH SOPR: 1.18 Liquidations (4h): $340M ETH OI: $9.1B MVRV Ratio: 2.34 Tracked Whale Wallets: 18,429
24+Connected Exchanges
85+API Endpoints
<50msP95 Latency
18KWhale Wallets
365MOn-Chain Events
Data Layers
Three primary sources.
One integration.

Most quant stacks accumulate data subscriptions over time, each with a different schema, rate limit, and billing contract. Nexus Glass combines them into a single surface.

01 — Derivatives

Cross-Exchange Open Interest and Funding

Open interest, funding rates, mark prices, and liquidation events normalized across 24 exchanges. No per-exchange parsing, no schema drift between sources.

STREAM+
02 — On-Chain

Bitcoin Analytics from a Node We Operate

SOPR, MVRV, NUPL, LTH and STH cohorts, HODL waves, and 365 million UTXO spend events from genesis to present. No vendor intermediary, no data delay, no sampling.

QUANT+
03 — Behavioral

Whale Wallet Intelligence

18,000 tracked wallet addresses scored in real time for behavioral state: accumulation, distribution, or dormancy. Dynamic lifecycle signals, not static entity labels.

PULSE+
04 — Cascade Detection

Liquidation Forecasting 15 Minutes Out

CascadeGuard scores OI concentration and funding rate stress across 16 exchanges to identify cascade conditions before the first forced close fires. WebSocket delivery at P0, P1, and P2 priority.

STREAM+
05 — Regime

Daily Market Regime Score

RegimeScan fuses 12 cross-asset signals into a daily regime classification: bull, bear, transition, or neutral. The confidence methodology is fully documented. No black-box outputs.

QUANT+
06 — Exchange Flows

Supply Pressure Signals

BTC and ETH inflows and outflows separated by spot and derivatives, broken down per venue. FieldSense scores unusual flow patterns against historical baselines before they appear in price action.

QUANT+
Ten signal engines,
all built in-house.

Each engine runs on the full primary-source dataset: derivatives, on-chain, and behavioral data in combination. None are wrappers around third-party feeds.

01
CascadeGuard
Detects liquidation cascade conditions up to 15 minutes in advance by scoring OI concentration and funding stress across 16 exchanges.
02
ThermalMap
Price-to-liquidation heatmap built from real position data: high-density zones, dynamic levels. Not estimated ranges.
03
LeviathanTrack
18K whale wallets scored by behavioral state. Accumulation, distribution, or dormancy. Updates in real time as on-chain activity changes.
04
GenesisLens
Complete UTXO dataset from genesis to present: 365M spend events, LTH and STH cohort P&L, dormancy shocks, HODL wave distribution.
05
CarrySignal
Funding rate arbitrage detection across 18 CEXs. Spread maps, divergence alerts, carry opportunity scoring in real time.
06
FieldSense
Exchange inflow and outflow analytics. Flags unusual patterns, classifies entity types, and scores supply pressure against historical norms.
07
RegimeScan
Market regime classification from 12-signal fusion. Daily score with confidence interval. Fires alerts on regime transitions.
08
GravityField
Cross-exchange OI divergence and concentration. Crowded trade detection, leverage stress index, and cross-venue imbalance scoring.
09
SentinelRisk
Composite risk index combining mark price, OI, funding, and on-chain signals into a single per-symbol score. Updates every 500ms.
10
AlphaFusion
Synthesizes outputs from all nine engines into a single directional probability score with a confidence band and current regime label.
API Reference
REST and WebSocket.
Clean JSON. Predictable schemas.

All responses are normalized across exchanges. Rate limits are generous at normal usage. Full reference at nexusglass.live/docs.

Derivatives

GET/v1/oi/:symbol
GET/v1/market/funding/:symbol
GET/v1/real-liquidations/recent
GET/v1/heatmap?symbol=BTCUSDT
WS/ws/liquidations/:symbol
WS/ws/funding/:symbol

On-Chain

GET/v1/onchain/sopr
GET/v1/onchain/mvrv
GET/v1/onchain/nupl
GET/v1/onchain/lth-sth-ratio
GET/v1/onchain/hodl-waves
GET/v1/onchain/exchange-flows

Intelligence

GET/v1/whale-hunter/stats
GET/v1/risk/:symbol
GET/v1/cascade-events/recent
GET/v1/regime/current
GET/v1/carry/arbitrage-map
WS/ws/cascade-alerts
REST API WebSocket TimescaleDB RS256 JWT Go / Fiber Python SDK <50ms P95 99.9% Uptime 24 Exchanges Own BTC Node
Full API Reference
Comparison
One API.
Seven capability layers.

Most quant teams run four to six separate data subscriptions to cover what is below, each with its own schema, billing cycle, and rate limit. Nexus Glass is one contract.

Capability Nexus Glass Derivatives-only APIs On-chain platforms Whale label providers Raw market data
Live Derivatives — OI, Funding, Liquidations + 24 exchanges, normalized + raw feed ~ raw only
On-Chain Analytics — SOPR, MVRV, NUPL + own node, genesis to present + limited history
Whale Wallet Intelligence + 18K wallets, behavioral scoring ~ labels only
Liquidation Cascade Detection + CascadeGuard — 15min ahead
Market Regime Classification + RegimeScan, 12-signal fusion ~ basic
Funding Rate Arbitrage Signals + CarrySignal, 18 CEX spread ~ data only
Genesis UTXO Dataset + 365M events, genesis present ~ limited
API Starting Price $49/month $29–$299/month $500–$1,500/month $150–$500/month $800+/month
Capabilities covered All 7 layers 1 of 7 1 of 7 1 of 7 1 of 7
Pay for the layer
your strategy needs.

Every tier includes a 3-day free trial. No credit card required. Your API key is active as soon as you register.

NEXUS STREAM — L1
$49/mo
Raw derivatives layer
  • 5,000 requests/day
  • OI data — 24 exchanges
  • Funding rates — 18 exchanges
  • Real-time liquidation feed
  • Mark prices + basis
  • Exchange inflow/outflow
  • WebSocket streams
  • 2 API keys
  • On-chain analytics
  • Intelligence engines
Start Free — 3 Days
No credit card required
NEXUS PULSE — L3
$799/mo
Signal-level intelligence
  • Everything in QUANT
  • 250,000 requests/day
  • Whale intelligence — 18K wallets
  • CascadeGuard alerts
  • ThermalMap zones
  • LeviathanTrack scoring
  • AlphaFusion signals
  • FastFeed P0/P1/P2
  • Priority rate limits
  • 10 API keys + support
Start Free — 3 Days
No credit card required
NEXUS ORACLE — L4
Custom
from $3,500/month
  • Everything in PULSE
  • Custom data deliverables
  • Dedicated infrastructure
  • SLA guarantees
  • Private endpoints
  • White-label licensing
  • On-site integration support
  • Custom intelligence models
  • Enterprise billing
  • 24/7 engineering support
Talk to Us
hello@nexusglass.live
Design Partner Program

First 10 seats.
Shape the roadmap.
Founder pricing locked in.

We are opening 10 seats to design partners. You get discounted access and a direct line to the product roadmap. We get honest feedback on the endpoints that matter to real workflows.

Apply as Design Partner
hello@nexusglass.live — response within 24 hours
STREAM
Full access, free for 60 days
$0 then $49/mo
QUANT
50% off for the first 3 months
$199/mo then $399
PULSE
40% off for the first 6 months
$479/mo then $799
10 total seats · selective acceptance · email only
What you provide: a 30-minute feedback session per month and honest endpoint critiques.

What you receive: pricing locked for the lifetime of your subscription and direct roadmap input.

Get started

Four tiers.
API key in 60 seconds.

Pick the intelligence layer your strategy needs. No infrastructure to build, no data to normalize.

Get API Key — 3 Days Free Read the Docs
Already have an account?  Sign in  ·  Questions? hello@nexusglass.live