Skip to content

@gala-chain/apiAPI


API > IPosition

Interface: IPosition

Contents

Properties

fee

fee?: DexFeePercentageTypes

Source

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


liquidity

liquidity: string

Source

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


poolHash

poolHash: string

Source

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


positionId

positionId: string

Source

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


tickLower

tickLower: number

Source

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


tickUpper

tickUpper: number

Source

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


token0ClassKey

token0ClassKey?: TokenClassKey

Source

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


token0Img

token0Img?: string

Source

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


token0Symbol

token0Symbol?: string

Source

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


token1ClassKey

token1ClassKey?: TokenClassKey

Source

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


token1Img

token1Img?: string

Source

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


token1Symbol

token1Symbol?: string

Source

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