Skip to content

@gala-chain/apiAPI


API > IPosition

Interface: IPosition

Contents

Properties

fee

fee?: DexFeePercentageTypes

Source

chain-api/src/types/DexDtos.ts:761


liquidity

liquidity: string

Source

chain-api/src/types/DexDtos.ts:755


poolHash

poolHash: string

Source

chain-api/src/types/DexDtos.ts:752


positionId

positionId: string

Source

chain-api/src/types/DexDtos.ts:756


tickLower

tickLower: number

Source

chain-api/src/types/DexDtos.ts:754


tickUpper

tickUpper: number

Source

chain-api/src/types/DexDtos.ts:753


token0ClassKey

token0ClassKey?: TokenClassKey

Source

chain-api/src/types/DexDtos.ts:759


token0Img

token0Img?: string

Source

chain-api/src/types/DexDtos.ts:757


token0Symbol

token0Symbol?: string

Source

chain-api/src/types/DexDtos.ts:762


token1ClassKey

token1ClassKey?: TokenClassKey

Source

chain-api/src/types/DexDtos.ts:760


token1Img

token1Img?: string

Source

chain-api/src/types/DexDtos.ts:758


token1Symbol

token1Symbol?: string

Source

chain-api/src/types/DexDtos.ts:763