SDKTrader
& SDKProxy
The ultimate ecosystem for quant teams. **SDKTrader** provides unified exchange APIs for Python & Rust, while **SDKProxy** delivers high-scale proxy rotation and resilient networking.
Powerful Features
A complete toolkit for building, testing, and deploying professional trading algorithms
SDKTrader Core
Unified entry point for all trading logic. Normalized markets, risk limits, and leverage tiers across all exchanges.
Market Data APIs
Real-time listings, news aggregation, and portfolio tracking. Cached data for optimal performance and reduced API costs.
UnrealON Monitoring
Complete lifecycle control with UnrealON. Advanced logging, real-time health checks, and bot registration system.
Signal & Strategy Framework
Subscribe to multiple signal sources. Built-in copy-trading logic. Flexible trigger system for sophisticated strategies.
Deal Management
State machines for positions and orders. Built-in accounting and P&L tracking. Transaction history and reconciliation.
Geo-Distributed Deployment
Deploy bots near exchanges for minimal latency. Auto-scaling infrastructure. 24/7 monitoring and health checks.
Security & Key Management
Encrypted API key storage. Credential manager with role-based access. Secure wallet and account management.
Multi-Exchange Support
Trade across Binance, Bybit, OKX, and more. Unified coin and market normalization. Cross-exchange arbitrage ready.
HFT Adapters
Native Python and Rust adapters optimized for high-frequency trading. Sub-millisecond latency and direct WebSocket feeds.
Supported Exchanges
Unified connectivity layer for the world's leading crypto exchanges and data providers.
Universal SDK Modules
Powerful specialized modules for data, AI, and infrastructure.
StockAPIs
LOGIC & SIGNAL LAYERS
Higher-level business logic for signals, copy-trading, and complex strategy triggers.
- Signal subscription system
- Copy-trading framework
- Rule-based event triggers
- Multi-bot coordination
SDKProxy
RESILIENT NETWORK LAYER
High-scale proxy management and rotation for data scraping and exchange connectivity.
- Automatic proxy rotation
- Geographic IP targeting
- Failed request auto-retries
- High-concurrency support
SDKRouter
UNIFIED AI & BROWSER
One SDK for 300+ AI models, browser automation, and structured data extraction.
- 300+ LLMs / Vision / OCR
- Structured Pydantic outputs
- Web search & research modes
- Integrated browser automation
Deployment
MANAGED INFRASTRUCTURE
Global cloud infrastructure co-located with major crypto and traditional exchanges.
- Geo-distributed nodes
- Zero-downtime deployments
- High-availability clusters
- Global health management
How It All Works
Explore the modular architecture that powers SDKTrader. Each component is designed for scalability, performance, and ease of use.
Client Layer
Your trading bots interact with our Python SDK, providing a clean and intuitive interface for all trading operations. The SDK handles authentication, request management, and data normalization.
Service Layer
Core services (TradersSDK, StockAPIs) provide business logic, signal processing, and exchange abstractions. These services are stateless and horizontally scalable.
Data Layer
QuestDB stores time-series market data, UnrealON manages logs and statuses, and ListingAPIs aggregates data from multiple sources with intelligent caching.
Infrastructure
Deploy your bots on geo-distributed servers co-located near exchanges for minimal latency. Auto-scaling ensures your bots can handle any trading volume.
Core Services
SDKTrader is built on a modular architecture of specialized services
SDKTrader
Core Universal Library
Unified entry point for all APIs and libraries. Managed exchange abstractions and cross-language support.
HFT Adapters
High-Frequency Ready
Optimized exchange connectivity layers written in Python and Rust for sub-millisecond execution.
UnrealON
Registration & Monitoring
System service for bot lifecycle management, registration, and comprehensive monitoring.
History data
Time-Series Infrastructure
Petabyte-scale historical market data storage. Optimized for research and quantitative analysis.
Realtime data
Low-Latency Streams
Unified real-time streams for market depth, trades, and account event notifications.
Backtest
Strategy Simulation
Professional-grade backtesting engine with accurate matching logic and slippage models.
StockAPIs
Logic & Signal Layers
Higher-level business logic for signals, copy-trading, and complex strategy triggers.
SDKProxy
Resilient Network Layer
High-scale proxy management and rotation for data scraping and exchange connectivity.
SDKRouter
Unified AI & Browser
One SDK for 300+ AI models, browser automation, and structured data extraction.
Deployment
Managed Infrastructure
Global cloud infrastructure co-located with major crypto and traditional exchanges.
Get Started in Minutes
From installation to deployment, start building your trading bot in three simple steps
Install the SDK
Available for Python (pip) and Rust (cargo)
# Python pip install sdktrader # Rust cargo add sdktrader
Configure Your Bot
Set up exchange credentials and bot parameters
from sdktrader import Bot bot = Bot( exchange="binance", strategy="signals" )
Deploy & Run
Deploy to our global infrastructure and start trading
bot.deploy(near='binance') bot.start()