Skip to main content

Interface: OwnedLiquidityBinResult

Represents the result of an owned liquidity bin.

Properties

binValue

binValue: bigint

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-v6/src/entities/ChromaticLens.ts:63


clbBalance

clbBalance: bigint

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

Defined in

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


clbTotalSupply

clbTotalSupply: bigint

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

Defined in

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


clbValue

clbValue: bigint

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-v6/src/entities/ChromaticLens.ts:57


freeLiquidity

freeLiquidity: bigint

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

Defined in

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


liquidity

liquidity: bigint

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

Defined in

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


tradingFeeRate

tradingFeeRate: number

The trading fee rate for the liquidity bin

Defined in

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