Skip to content

@gala-chain/apiAPI


API > IPosition

Interface: IPosition

Contents

Properties

liquidity

liquidity: string

Source

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


tickLower

tickLower: number

Source

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


tickUpper

tickUpper: number

Source

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


token0Img

token0Img?: string

Source

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


token0InstanceKey

token0InstanceKey?: TokenInstanceKey & object

Type declaration

additionalKey

additionalKey: string

category

category: string

collection

collection: string

instance

instance: BigNumber

type

type: string

Source

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


token0Symbol

token0Symbol?: string

Source

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


token1Img

token1Img?: string

Source

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


token1InstanceKey

token1InstanceKey?: TokenInstanceKey & object

Type declaration

additionalKey

additionalKey: string

category

category: string

collection

collection: string

instance

instance: BigNumber

type

type: string

Source

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


token1Symbol

token1Symbol?: string

Source

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