v3-subgraph icon indicating copy to clipboard operation
v3-subgraph copied to clipboard

Position Liquidity

Open alfston opened this issue 1 year ago • 1 comments

When I attempt to pull the current liquidity balance of my position under the position field, I get the liquidity of the entire pool rather than my specific position. Is this consistent with anyone else's experience?

alfston avatar Apr 13 '23 00:04 alfston

@alfston Have you looked at the subgraph schema? https://github.com/Uniswap/v3-subgraph/blob/main/schema.graphql

The liquidity field under position schema is the total position liquidity!

  # total position liquidity
  liquidity: BigInt!

Is that what you were asking?

aimproxy avatar Apr 27 '23 10:04 aimproxy