-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquery.txt
More file actions
77 lines (77 loc) · 1.36 KB
/
query.txt
File metadata and controls
77 lines (77 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
positions(
where:
{
liquidity_gt:0,
token1:"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
token0: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
},
orderBy: id,
orderDirection: desc,
first:2
) {
id
liquidity
feeGrowthInside0LastX128
feeGrowthInside1LastX128
owner
depositedToken0
depositedToken1
collectedFeesToken0
collectedFeesToken1
withdrawnToken0
withdrawnToken1
tickLower {
tickIdx
price0
price1
}
tickUpper {
tickIdx
price0
price1
}
pool {
id
liquidity
feeTier
feesUSD
volumeUSD
}
token0 {
symbol
decimals
}
token1 {
symbol
decimals
}
transaction{
timestamp
mints{
amount
amount0
amount1
tickLower
tickUpper
amountUSD
}
}
}
poolDayDatas(
where:
{
pool:"0x8ad599c3a0ff1de082011efddc58f1908eb6e6d8"
},
orderBy:date,
orderDirection:desc,
first:3
){
date
token0Price
token1Price
volumeUSD
volumeToken0
volumeToken1
}
}