OrderVantage is an order book visualization engine.
It transforms raw WebSocket data received from Kraken public WebSocket API into an optimized trading workspace featuring Live OrderBook, Time Travel for historical market replay and Order Intelligence for going beyond simple visualization of order books.
The project splits the complexity into three parts:
- Core: the Rust core microservice powers the entire live backend at https://ordervantage.xyz. it's the central engine that handles data streaming, persistent storage, AI analysis, and exposes a unified API to the frontend. ordervantage-core
- SDK: A robust TypeScript library used by the frontend to manage WebSocket control events and typed interfaces with the core. ordervantage-sdk
- Frontend: (frontend ) A React application that renders the visual workspace. ordervantage-react
The core 3 features
Live order book shows the market exactly as it happens.
Time Travel lets users go back in time and replay the order book as it was in the past. You can pause, rewind, and move through important market moments to understand what really happened. This turns the order book into a learning and analysis tool, helping users to explore market behavior in a simple and intuitive way.
Order Intelligence helps users understand what the order book actually means. Instead of just showing numbers, it explains liquidity and price impact through clear metrics. These insights help users see how much an order could move the market and where liquidity is concentrated. This makes the platform useful not only for viewing data, but for making better, more informed decisions.
Links
https://ordervantage.xyz
https://x.com/OrderVantage
https://www.youtube.com/watch?v=SvJ04Zt8dBk
https://ordervantage.xyz/documentation