DeepBook
DeepBook is Sui's native liquidity layer, providing a central limit order book for spot trading, margin trading, and prediction markets.
Before you build, decide how your code calls DeepBook. You can depend on the DeepBookV3 Move package from your own Move module, compose transactions with the TypeScript SDK, or read market data without signing transactions. See Choose your integration model to compare the options.