KuruFrontendOrderbookClient
The frontend orderbook client (orderbook_ws) streams full L2 snapshots followed by incremental updates. Prices and sizes are pre-normalized to human-readable Decimal values.
Usage
FrontendOrderbookUpdate fields
You can also subscribe via
KuruClient instead of instantiating the client directly:ExchangeWebsocketClient
The exchange WebSocket client (exchange_ws) streams incremental order book deltas in a Binance-compatible format. Unlike the frontend client, it does not send full snapshots — you must maintain a local order book.
Update types
DepthUpdate — standard depth update:
MonadDepthUpdate — Monad-specific extension with blockchain state: