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.
Universal SDK Modules
Powerful specialized modules for data, AI, and infrastructure.
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 core written natively in Rust, featuring a high-performance Python wrapper.
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.
Profitmaker.cc
Trading Terminal
Professional terminal for accounting, portfolio tree management, automatic rebalancing, and AI bot management.
Utiles
Trading Utilities
A comprehensive core set of useful trading utilities, such as splitting large orders.
Strategies
Visual Logic Builder
Visual strategy constructor with team collaboration, massive indicator database, and custom metric development.
Trader Social
Social Trading Network
A transparent social ecosystem for traders with verified ratings, performance blogs, and automated cross-platform sharing.
How It All Works
Follow the journey of an AI Scalper Bot using our modular ecosystem to achieve sub-millisecond precision with intelligent decision making.
Current Path
Comprehensive overview of all 14 SDK modules and their interconnections.
1. Decision & Logic
The bot uses sdkRouter to generate signals from AI models and validates them against custom rules in Strategies. This ensures intelligent entries backed by visual logic.
2. Execution Prep
Before hitting the market, Utiles splits large orders into optimized parts (TWAP/VWAP) while UnrealON tracks the bot's health and connection stability across our global infrastructure.
3. HFT Execution
Orders are dispatched via HFT Adapters (native Rust core) to exchanges with sub-millisecond internal latency, ensuring you get the best possible fill prices.
4. Management & Social
Profitmaker handles accounting and portfolio rebalancing post-trade, with optional automated results sharing via Trader Social for verified performance tracking.
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()