Module guides

Module guides 

Source
Expand description

Integration guides for the O2 Rust SDK.

These guides cover common patterns and workflows for trading on the O2 Exchange. Each sub-module contains a standalone guide rendered from Markdown.

§Available Guides

GuideDescription
tradingOrder types, cancel/replace, batch actions, and market maker patterns
market_dataFetching depth, trades, candles, tickers, and balances
websocket_streamsReal-time data with TypedStream and reconnection handling
error_handlingError types, recovery patterns, and robust trading loops
external_signersIntegrating KMS/HSM via the SignableWallet trait

Modules§

error_handling
Error Handling Guide
external_signers
External Signers Guide
market_data
Market Data Guide
trading
Trading Guide
websocket_streams
WebSocket Streams Guide