Key of the pool
The key of the BalanceManager
A promise that resolves to an object containing the account information
Key of the pool
Quote quantity to convert
An object with quote quantity, base out, quote out, and deep required for the dry run
Key of the pool
Lower bound of the price range
Upper bound of the price range
Whether to get bid or ask orders
An object with arrays of prices and quantities
Key of the pool
Number of ticks from mid-price
An object with arrays of prices and quantities
Key of the pool
Order ID
A promise that resolves to an object containing the order information
Key of the pool
Order ID
A promise that resolves to an object containing the order information with normalized price
The key identifying the pool from which to retrieve order information.
List of order IDs to retrieve information for.
A promise that resolves to an array of order objects, each containing details such as
balance manager ID, order ID, client order ID, quantity, filled quantity, fee information, order price, epoch, status,
and expiration timestamp. Returns null
if the retrieval fails.
Key of the pool
Base quantity to convert
Quote quantity to convert
An object with base quantity, quote quantity, base out, quote out, and deep required for the dry run
Key of the pool
Base quantity to convert
An object with base quantity, base out, quote out, and deep required for the dry run
DeepBookClient class for managing DeepBook operations.