Skip to content

Instantly share code, notes, and snippets.

@johnnieskywalker
Created September 7, 2023 08:38
Show Gist options
  • Select an option

  • Save johnnieskywalker/b750888eac28b45aab0303f7e0572300 to your computer and use it in GitHub Desktop.

Select an option

Save johnnieskywalker/b750888eac28b45aab0303f7e0572300 to your computer and use it in GitHub Desktop.
{
liquidityPosition(id: "0x795065dcc9f64b5614c407a6efdc400da6221fb0-0x0000000000007f150bd6f54c40a34d7c3d5e9f56") {
pair {
id
token0 {
id
symbol
}
token1 {
id
symbol
}
swaps(orderBy: timestamp, orderDirection: desc, first: 1) {
amount0In
amount0Out
amount1In
amount1Out
timestamp
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment