system.overview
████████╗██████╗ ██████╗
╚══██╔══╝██╔══██╗██╔══██╗
██║ ██████╔╝██║ ██║ trading-engine v0.1.0-dev
██║ ██╔══██╗██║ ██║ simulated debug surface
██║ ██║ ██║██████╔╝ build a3f1c · 2026
╚═╝ ╚═╝ ╚═╝╚═════╝
CEX DEBUG CONSOLE ├─ http https://backend.cex.sajaldbansal.com/core/api/v1 └─ ws ws://backend.cex.sajaldbansal.com/ws
Every page calls the core-backend routes directly. Market and trade views merge HTTP snapshots with live WebSocket frames.
alive.routes · /api/v1/alive/*
| core-backend | API process | ● CHECKING | 0ms · — |
| market-engine | matching and risk engine | ● CHECKING | 0ms · — |
| ws-engine | market-data WebSocket | ● CHECKING | 0ms · — |
| database-engine | database projection worker | ● CHECKING | 0ms · — |
| ws-market-poller | index-price poller | ● CHECKING | 0ms · — |
| proxy-server | backpack proxy server | ● CHECKING | 0ms · — |
| redis-stream | Redis event streams | ● CHECKING | 0ms · — |
| postgres | PostgreSQL | ● CHECKING | 0ms · — |
| R2 bucket | Snapshot R2 bucket | ● CHECKING | 0ms · — |
| core-frontend | trading frontend | ● CHECKING | 0ms · — |
| docs-frontend | API documentation | ● CHECKING | 0ms · — |
| debug-frontend | this console | ● CHECKING | 0ms · — |
modules
- auth.signupPOST /auth/signup/signup
- auth.signinPOST /auth/signin + bearer storage/signin
- wallet.*balance, on-ramp, withdrawal/wallet
- asset.*catalog, create, update asset/asset
- market.*catalog, ticker, depth, snapshot, ws/market
- order.*spot, perp, reduce-only, cancel/order
- history.*orders, positions, funding rate/history
- admin.*fees, insurance funds/admin
stdout · health.monitor— 0 lines
// waiting for events...
$ stream --follow --level=debug