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.
The full trading surface, in one view.
Live chart
Every signal, at a glance.
Live 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.
Bid / ask liquidity
Top gainers, losers & volume
Stocks, gold, forex — one feed.
The same WebSocket and REST connection now streams tokenized US equities, ETFs, commodities, indices and FX pairs — quoted in USDC, with up to 50× leverage, in the exact same tick format as crypto.
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.
Three steps to live market data.
Sign up & get your token
Create a CryHub account and receive your API access token instantly — no waitlist, no provisioning delays.
Choose your protocol
WebSocket for live streaming, REST for on-demand snapshots — pick either, or combine both for the best of both worlds.
Scale with CryHub
Built for thousands of concurrent connections. As your platform grows, the CryHub infrastructure scales seamlessly with you.
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.
/rest/v1/market/detail# current price + 24h stats, pre-converted curl -s -G \ https://api.cryhub.io/rest/v1/market/detail \ -H "Authorization: Bearer $CRYHUB_TOKEN" \ -d source=s1 \ -d symbols=btc,eth,sol \ -d quote=usdt \ -d slice=1day \ -d size=1
{ "success": true, "message": "ok", "ts": 1777804869193, "data": [ { "symbol": "btcusdt", "price": 78442.86, "change": -44.82, "change_percent": -0.0571, "high": 79162.78, "low": 78075.56, "volume_quote": 15647410.60, "volume": 199.41, "count": 10781 } ] }
Questions, answered.
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.