Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Position Liquidity #165

Open
alfston opened this issue Apr 13, 2023 · 1 comment
Open

Position Liquidity #165

alfston opened this issue Apr 13, 2023 · 1 comment

Comments

@alfston
Copy link

alfston commented Apr 13, 2023

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?

@aimproxy
Copy link

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants