Crypto Market Data API

Covering BTC, ETH and 875+ trading pairs. WebSocket millisecond-level streaming, 24/7 non-stop.

Market Coverage

Exchange / Category Symbols Data Types Frequency
Major Coins (BTC/ETH/...) ~50+ Tick / Trade / Depth Tick-by-tick
USDT Trading Pairs ~500+ Tick / Trade Tick-by-tick
Other Trading Pairs ~325+ Tick / Trade Tick-by-tick

Technical Specs

Avg Latency
< 60ms
Protocol
WebSocket / REST
Data Types
Tick, Trade, Depth (L2)
Historical
Up to 5Y K-line
Push Freq
Tick-by-tick real-time
Uptime
99.9% SLA (24/7)

Code Examples

Quick Start

# pip install websocket-client
import websocket
import json

api_key = 'your_api_key_here'
ws_url = f'wss://api.tickdb.ai/v1/realtime?api_key={api_key}'

def on_open(ws):
    ws.send(json.dumps({
        'cmd': 'subscribe',
        'data': {
            'channel': 'ticker',
            'symbols': ['BTCUSDT', 'ETHUSDT', 'SOLUSDT']
        }
    }))

def on_message(ws, message):
    data = json.loads(message)
    print('Received:', data)

ws = websocket.WebSocketApp(ws_url, on_open=on_open, on_message=on_message)
ws.run_forever()

Full documentation available at API Documentation

Comparison

Comparison based on publicly available documentation as of April 2026. Please refer to each provider for the latest information.

Provider Real-timeWebSocketDepthMulti-marketChinese DocsPrice
Binance API World's largest cryptocurrency exchange โœ… Tick-by-tick real-timeโœ… Robustโœ… Up to 5,000 levelsโŒ Crypto onlyโš ๏ธ Chinese site available, but API docs mainly in EnglishFree
CoinGecko API Largest crypto data aggregation platform โš ๏ธ Aggregated prices, not tick-by-tickโœ… Beta (from $129/mo)โŒโŒ Crypto onlyโŒFree 10K calls/mo; from $129/mo
TickDB Unified market data API platform โœ… Tick-by-tick real-timeโœ…โœ… L2 (paid)โœ… Crypto + US/HK/CN stocks/Forex/Indicesโœ… Chinese-firstFree tier; paid unlocks all

Use Cases

Crypto Quant Trading

Concurrent multi-pair subscriptions powering high-frequency strategies and grid trading with real-time data.

Trading Terminal

Unified API for crypto and traditional financial market data to build an all-asset-class market dashboard.

Whale Alert & Anomaly Detection

Detect large trades from tick-by-tick data and monitor liquidity changes using depth data.

Choose Your Plan

All paid plans support monthly / quarterly / semi-annual / annual billing. Prices below are annual (20% off)

๐Ÿ”ฅ Save 20% Annually

Free

Free 7-Day Trial

 

  • Selected symbols*
  • 5 concurrent subscriptions
  • Real-time quotes
  • Real-time K-line
  • 1 WebSocket connection
  • 30 req/min API calls
  • Email support
Start Free
-20%

Starter

$99/mo
$79 /mo

Billed annually $948

  • All symbols
  • 50 concurrent subscriptions
  • Real-time quotes
  • Real-time K-line
  • Real-time order book
  • Real-time trades
  • Night session data
  • 1 year historical data
  • 1 WebSocket connection
  • 60 req/min API calls
  • Email support
Subscribe Now
-20%
Most Popular

Professional

$299/mo
$239 /mo

Billed annually $2868

  • All symbols
  • 300 concurrent subscriptions
  • Real-time quotes
  • Real-time K-line
  • Real-time order book
  • Real-time trades
  • Night session data
  • 3 years historical data
  • 3 WebSocket connections
  • 600 req/min API calls
  • Telegram support
Subscribe Now
-20%

Enterprise

$899/mo
$719 /mo

Billed annually $8628

  • All symbols
  • 5000+ concurrent subscriptions
  • Real-time quotes
  • Real-time K-line
  • Real-time order book
  • Real-time trades
  • Night session data
  • 10 years historical data
  • 10 WebSocket connections
  • 1800+ req/min API calls
  • Telegram support
Subscribe Now

FAQ

What cryptocurrencies does TickDB cover?
Over 50 major coins including BTC and ETH, plus 875+ trading pairs.
Does TickDB support 24/7 data streaming?
Yes. The crypto market never closes, and TickDB provides 24/7 non-stop real-time data streaming.
How does TickDB differ from Binance API?
Binance API covers crypto only but is extremely comprehensive and completely free โ€” ideal for crypto-only users. TickDB's advantage is one API key for both crypto and traditional markets (US/HK/China A-shares/forex/indices), making it ideal for cross-market data scenarios.
Is depth (order book) data supported?
Yes. Paid plans provide Level 2 depth data for major trading pairs. Note that Binance's native API offers more depth levels (up to 5,000).
Does the free plan include crypto data?
Yes. The free plan includes real-time data for BTC, ETH, and select major coins with rate and subscription limits. Upgrade to unlock all trading pairs and higher frequencies.

Start Streaming Real-time Market Data

Sign up for a free API Key. WebSocket real-time streaming. Get started in minutes.