synthquestTop Delegators copy
Updated 2023-09-12
99
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
›
⌄
-- forked from Top Delegators @ https://flipsidecrypto.xyz/edit/queries/5402b92f-38d8-4e63-8509-9ba5a78ab377
-- forked from Top Delegators & Indexers @ https://flipsidecrypto.xyz/edit/queries/c685626a-12e8-442b-a6fa-f833410ca778
-- forked from Arb-one Top Subgraphs Per Network @ https://flipsidecrypto.xyz/edit/queries/faa7de4e-a050-496d-8037-2d78cc0241ff
-- forked from Top Subgraphs Per Network @ https://flipsidecrypto.xyz/edit/queries/a33d852d-e558-49cf-a869-9a72a4db0351
-- forked from Kwenta Smartmargin Subgraph Pull - Owners @ https://flipsidecrypto.xyz/edit/queries/8d470a2b-eef9-4185-815d-1e88cbca83b0
with thegraph as (
with raw as (
SELECT
livequery.live.udf_api(
'POST',
'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-mainnet',
{'Content-Type': 'application/json'},
{'query':'{
delegators(first: 100, orderBy: totalStakedTokens, orderDirection: desc) {
stakes {
delegator {
stakes {
id
stakedTokens
}
}
}
totalStakedTokens
id
}
}
',
'variables':{}
Run a query to Download Data