Skip to main content

Interface: OwnedLiquidityBinResult

Represents the result of an owned liquidity bin.

Properties

binValue

binValue: BigNumber

The current value of the bin for the specified trading fee rate. The unrealized profit or loss of the position and adds it to the total value. Additionally, it includes the pending bin share from the market's vault

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:63


clbBalance

clbBalance: BigNumber

The balance of CLB tokens owned by the owner for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:49


clbTotalSupply

clbTotalSupply: BigNumber

The total supply of CLB tokens for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:51


clbValue

clbValue: BigNumber

The current value per one CLB token, which includes decimal points. The unrealized profit or loss of the position and adds it to the total value. Additionally, it includes the pending bin share from the market's vault

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:57


freeLiquidity

freeLiquidity: BigNumber

The available (free) liquidity amount (settlement token) for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:47


liquidity

liquidity: BigNumber

The total liquidity amount (settlement token) for the specified trading fee rate

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:45


tradingFeeRate

tradingFeeRate: number

The trading fee rate for the liquidity bin

Defined in

packages/sdk-ethers-v5/src/entities/ChromaticLens.ts:43