The right data,
at the right moment.

A reliable infrastructure layer for real-time cryptocurrency market data — purpose-built for trading platforms, portfolio apps, financial media, and any service that needs accurate, low-latency market intelligence.

CRYHUB TERMINAL

The full trading surface, section by section.

01 · MARKETS

Live chart

LIVE
BTC/USDT·15m
$—
24h H L Vol
02 · ORDER BOOK

Every bid, every ask — without the noise.

Aggregated across agg0 → agg5 and reconciled on every tick. The book settles itself; your UI just renders.

  • Bid / ask depth with animated fill bars
  • Live spread, mid price, and wall sizing
  • Six aggregation levels, selectable per pair
BID WALL$11.24M
ASK WALL$9.81M
SPREAD$12.40
BTC · USDT

Order book

agg0
Price (USDT)AmountTotal
spread
03 · TRADE HISTORY

Every print. As it happens.

A clean tape of fills — buy and sell prints, time-ordered, with amount and total. Filter by side or scan the whole flow.

  • Streaming fills with side-colored rows
  • Filter: all, buys, or sells
  • Price, amount, and total at a glance
FILLS / MIN~66
BUY FLOW54%
SELL FLOW46%
BTC · USDT

Trade history

SidePrice (USDT)AmountTotal
awaiting trades…
04 · LEADERBOARDS

Top tokens, ranked live.

Gainers, losers, and volume leaders scanned across 200+ pairs and refreshed every 3 seconds.

  • 24h gainers and losers
  • Volume-ranked liquidity leaders
  • Price and % change on every row
PAIRS200+
REFRESH3s
24H VOL$42.8B
ACROSS 200+ PAIRS

Leaderboards

3s refresh
GAINERS
LOSERS
VOLUME
LIVE MARKET INSIGHTS

Every signal, at a glance.

Stacked, glass-morphic widgets surfacing the market's pulse in real time — trade flow, book depth, and leaderboards — exactly as your users will see them on your platform.

01 · VOLUME FLOW

24h volume flow

$0.00 across 10 pairs · +0.00% vs. yesterday
streaming
BTCETHSOLBNBXRPDOGEAVAXADALINKTON
Buys $0.00Sells $0.00
TOP PAIRS
02 · ORDER BOOK DEPTH

Bid / ask liquidity

BTC · USDT · agg0 · bid $0.00 / ask $0.00
live
BID WALL
$0.00
ASK WALL
$0.00
IMBALANCE
+0.00%
MID
03 · TOP MOVERS

Top gainers, losers & volume

Up to 25 symbols per list · refreshed every 3s
3s refresh
GAINERS
EIGHT SERVICES · ONE API

Every market signal, one unified feed.

Every CryHub service is delivered through two industry-standard channels: WebSocket for live streaming and REST for on-demand snapshots. Complete documentation and ready-to-use code samples included.

Market ticker

Rolling 24h snapshot for any trading symbol — latest price, high/low, trading volume, trade count, best bid and best ask. Streamed in real time via WebSocket.

BTC/USDT67,248.1267,251.84+0.02%
ETH/USDT3,412.703,411.22-0.04%
SOL/USDT182.41182.88+0.26%

Multi-currency output

Prices pre-converted to USDT, TMN, AED, or EUR. Rates refreshed every few seconds, server-side — no manual conversion required.

USDT$67,251.84
TMN₮ 3,900,356,720

Top movers

Top 25 gainers, losers, and volume leaders. Refreshed every 3 seconds with smart filters for illiquid assets and stale data.

Order book (depth)

Full bid/ask book at six aggregation levels — agg0 (raw) through agg5 (consolidated). Smart lazy connection on the upstream feed.

67,248.20.412
67,245.10.188
67,242.01.044
67,238.51.260
67,234.80.284
67,229.30.712

Market spike alerts

Instant push notifications on sudden, abnormal price movements — delivered before the rest of the market reacts.

Kline / candlesticks

Full OHLCV candles across nine timeframes: 1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1mo — plus 1y via WebSocket. Up to 75 candles per REST request.

1m·5m·15m·1h·4h· 1D ·1W·1M·1Y
COMING SOON

Embeddable charts

Drop-in JavaScript chart widgets — candlestick, line, bar, and more — live-updating from the CryHub feed with one line of embed code.

GETTING STARTED

Three steps to live market data.

STEP·01

Sign up & get your token

Create a CryHub account and receive your API access token instantly — no waitlist, no provisioning delays.

1
STEP·02

Choose your protocol

WebSocket for live streaming, REST for on-demand snapshots — pick either, or combine both for the best of both worlds.

2
STEP·03

Scale with CryHub

Built for thousands of concurrent connections. As your platform grows, the CryHub infrastructure scales seamlessly with you.

3
INTEGRATE IN MINUTES

One connection. Every service.

A single WebSocket subscribes to any combination of channels — ticks, order book, klines, top movers, spike alerts. REST endpoints handle snapshots and historical queries with the same auth.

Multi-currency, natively

Every payload pre-converted to USDT, TMN, AED, or EUR — no conversion microservice required on your end.

Simple, standard protocols

WebSocket + REST, with full docs, language-agnostic clients, and ready-to-paste code samples.

Ultra-low latency

Engineered for environments where every microsecond counts. Market data reaches you in milliseconds.

// subscribe to real-time BTC ticks, pre-converted to four currencies
import { CryHub } from "@cryhub/sdk";

const cry = new CryHub({ apiKey: process.env.CRYHUB_KEY });

await cry.subscribe({
  channels: ["ticker", "depth.agg3", "kline.15m", "top_movers"],
  pairs:    ["BTC/USDT", "ETH/USDT", "SOL/USDT"],
  currency: ["USDT", "TMN", "AED", "EUR"],  // multi-currency
}, (ev) => {
  if (ev.type === "ticker") {
    console.log(ev.pair, ev.usdt, ev.tmn, ev.aed, ev.eur);
    // → BTC/USDT 67251.84 3900356720 247103.48 62418.21
  }
});
47ms
data services
200+
quote currencies
99.99%
kline timeframes
FAQ

Questions, answered.

CryHub is a professional real-time cryptocurrency market data platform. A single connection — WebSocket or REST — gives you ticks, market detail, klines, BBO, order book depth, recent trades, top movers, and spike alerts. Every price is pre-converted into USDT, TMN, AED, or EUR.

Sign up for a CryHub account, receive your API access token instantly, pick your protocol (WebSocket, REST, or both), and subscribe to channels. Data starts flowing within minutes — no infrastructure setup required.

Two industry-standard protocols. WebSocket provides a persistent bidirectional connection with channel multiplexing and a built-in Ping/Pong heartbeat. REST offers a consistent JSON envelope with multi-symbol filtering, ideal for initial loads and analytics.

Prices are delivered pre-converted to USDT, TMN (Iranian Toman), AED (UAE Dirham), or EUR. Conversion rates are refreshed every few seconds on the server — no manual calculation or stale-rate risk on the client. More currencies are on the roadmap.

Professionally designed JavaScript chart widgets you can drop into any website or application with a single line of code. They connect to the CryHub live feed automatically — no chart library to install, maintain, or self-host.

Six levels — from agg0 (raw tick data) to agg5 (heavily consolidated). The upstream depth feed uses a smart lazy connection: it only activates while subscribers are listening, keeping your bill predictable.

Nine timeframes: 1m, 5m, 15m, 30m, 1h, 4h, 1d, 1w, 1mo — plus 1y via WebSocket. REST returns up to 75 candles per request; WebSocket streams deltas live after your initial bootstrap.

CryHub currently operates with one active market data provider and is actively expanding its network. Multi-provider architecture delivers higher reliability through failover, improved accuracy through cross-referencing, and broader symbol coverage.

CONTACT US

Ready to start with real-time market data?

Contact us for API access, a free demo, or to discuss enterprise plans. We typically reply within one business day with a tailored starter plan.