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
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-time | WebSocket | Depth | Multi-market | Chinese Docs | Price |
|---|---|---|---|---|---|---|
| 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 English | Free |
| 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-first | Free 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)
Free
- Selected symbols*
- 5 concurrent subscriptions
- Real-time quotes
- Real-time K-line
- 1 WebSocket connection
- 30 req/min API calls
- Email support
Starter
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
Professional
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
Enterprise
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
FAQ
What cryptocurrencies does TickDB cover?
Does TickDB support 24/7 data streaming?
How does TickDB differ from Binance API?
Is depth (order book) data supported?
Does the free plan include crypto data?
Explore Other Markets
Start Streaming Real-time Market Data
Sign up for a free API Key. WebSocket real-time streaming. Get started in minutes.