MVP • gRPC / HTTP / WebSocket

Real market datain one simple API

Order book (Level 2), trades, candles and quotes with minimal latency. Easy integration, stable stream, transparent pricing. Get exchange data via WebSocket, gRPC or REST API.

SLA 99.5% (Pro) / 99.9% (Enterprise)
History up to 5 years
Plan-based limits
WS example
wss://api.xyte.tech/stream?token=YOUR_KEY
{"op":"subscribe","channels":[{"name":"l2.orderbook","symbol":"SBER"}]}
Early access
Leave your e-mail — we'll send an invite once we open access.

Features

Realtime and historical API: order book (L1/L2), trades, candles. Easy integration and predictable limits. Get market data via WebSocket, gRPC or REST API with minimal latency and high reliability.

Historical data
1m/5m/1h/1d candles, tick-by-tick trades, aggregated volumes up to 5 years.
Lossless streaming
WebSocket/gRPC with buffering and retries, low-latency delivery.
Reliability
SLA 99.5–99.9%, realtime metrics, status page, alerts.
Unified format
Unified data schemas for different exchanges and instruments.
SDK
Ready-made clients for JS/TS, Python, Go. Sample bots and dashboards.
Flexible deployment
Multi-tenant, private nodes and on-premise for Enterprise clients.

Market coverage (MVP)

MOEX
Stocks and futures. L1/L2, trades, candles.
Tickers: SBER, GAZP, LKOH etc. Futures: Si, Ri...
Binance
Spot & Futures. L1/L2, trades, candles.
BTC/USDT, ETH/USDT, top liquidity.
NASDAQ
Delayed/real-time by agreement.
Test coverage for demo and POC.

Pricing

Transparent limits. Switch plans at any time.

Free
0$
  • 50 tickers in realtime (L1)
  • Candles delayed 15 minutes
  • 100 requests/min (REST)
  • WebSocket
Starter
Самый популярный
5$
per month
  • 500 tickers simultaneously
  • L1 quotes, 1 year history
  • 1000 requests/min
  • REST + WebSocket
Pro
25$
per month
  • 2500 tickers
  • L1 + L2 (up to 40 levels)
  • Trades (tick-by-tick)
  • 5000 requests/min, gRPC
  • SLA 99.5%
Enterprise
Custom
  • Unlimited limits
  • On-prem / private nodes
  • Full market access
  • SLA 99.9% and 24/7 support

SDK and examples

Install a client and subscribe to the stream in minutes. Repositories will open with the MVP launch.

JavaScript / TypeScript
npm i @xyte/client
import { Client } from '@xyte/client'
const c = new Client({ apiKey: process.env.XYTE_KEY })
const sub = c.stream.orderbook({ symbol: 'SBER' })
sub.on('update', (u) => console.log(u))
Python
pip install xyte
from xyte import Client
c = Client(api_key=XYTE_KEY)
for update in c.stream.orderbook(symbol='SBER'):
    print(update)
Go
go get github.com/xyte/client
cli := xyte.NewClient(os.Getenv("XYTE_KEY"))
stream := cli.StreamOrderBook("SBER")
for upd := range stream {
    log.Println(upd)
}
Xyte

Unified API for real market data. Built for developers.

Product
Resources
  • Documentation (soon)
  • Status page (soon)
  • Security
© 2025 Xyte. All rights reserved.
Xyte - API рыночных данных в реальном времени | Стакан заявок, сделки, свечи