Skip to main content

Interface: GetUserPositionsResult

Result from getting all liquidity positions for a user. Contains summary information about each position owned by the wallet.

Properties

createdAt

createdAt: string;

Timestamp when the position was created


fee

fee: number;

Fee tier of the pool (e.g., 500 for 0.05%, 3000 for 0.3%)


liquidity

liquidity: BigNumber;

Amount of liquidity provided in this position


poolHash

poolHash: string;

Unique hash identifier for the liquidity pool


positionId

positionId: string;

Unique identifier for this specific liquidity position


tickLower

tickLower: number;

Lower tick boundary of the position's price range


tickUpper

tickUpper: number;

Upper tick boundary of the position's price range


token0ClassKey

token0ClassKey: GalaChainTokenClassKey;

Token class key for the first token in the pair


token0Img

token0Img: string;

URL or path to the image/icon for token0


token0Symbol

token0Symbol: string;

Symbol/ticker for token0 (e.g., "GALA")


token1ClassKey

token1ClassKey: GalaChainTokenClassKey;

Token class key for the second token in the pair


token1Img

token1Img: string;

URL or path to the image/icon for token1


token1Symbol

token1Symbol: string;

Symbol/ticker for token1 (e.g., "USDC")