PapasotgoBTC & goETH
Updated 2022-01-25
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT
asset_id,
COUNT(DISTINCT(sender)) AS number_of_wallets
FROM
algorand.transactions
WHERE
asset_id IS NOT NULL
AND
(
asset_id = '386192725' OR
asset_id = '386195940'
)
GROUP BY asset_id
Order by number_of_wallets DESC
Run a query to Download Data