📄️ Create a Balance Manager
A BalanceManager Object is essential for interacting with the DeepBook protocol. It serves as the primary entity for managing funds, placing orders, and interacting with pools on the Sui blockchain. If you already have a BalanceManager Object, you can skip this step. Otherwise, follow the instructions below to create a new one.
📄️ Deposit Funds into a Balance Manager
To interact with DeepBook and place orders, your BalanceManager Object must have sufficient funds. Tokens such as SUI, DEEP, or DBUSDC should be deposited into your BalanceManager beforehand.
📄️ Check Manager Balance
After depositing funds into your BalanceManager Object, the next step is to verify the deposit. This guide explains how to check the balance of your BalanceManager using the DeepBook Rust SDK.
📄️ Place a Limit Order
Now that your BalanceManager is funded, you can start placing limit orders in a DeepBook pool. This guide walks you through the process of creating and submitting a limit order using the DeepBook Rust SDK.
📄️ Fetch Open Orders
After placing limit orders, you may want to track them. This guide explains how to fetch all open orders for a specific BalanceManager in a DeepBook pool using the DeepBook Rust SDK.