# LiquidityPositionEdge **Type:** GraphQL objects ## Fields - cursor (String) - node (LiquidityPosition, Not Null): undefined - id (ID): Globally unique identifier for this liquidity position. - pairId (String): The unique identifier (pair ID) of the pool this position belongs to. - liquidity (String): The total liquidity tokens held by this account in the pool. Returned as a string to preserve precision. - walletAddress (String): The Kadena account address that owns this liquidity position. Example: `"k:abcd1234..."` - valueUsd (Decimal): The current USD value of the user's liquidity position, calculated using DIA pricing data. - apr24h (Decimal): The 24-hour annualized percentage rate (APR) earned by this position based on recent pool activity. - pair (Pool): Detailed information about the pool associated with this position. - createdAt (DateTime): Timestamp when this liquidity position was first created. - updatedAt (DateTime): Timestamp when this liquidity position was last updated.