Skip to main content
The MarketThree class exposes getter properties for reading onchain market state. After loading a market, you can access token mints, balances, configuration, and time-related parameters directly.

Usage

Getter Properties

Nested State Properties

For deeper state access, use market.state:
Call await market.reload() to refresh the market state from onchain data before reading properties.