purifyeeters networth
Updated 2024-11-12
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
with yeeters as (
select
value:ADDRESS as address,
value:VALUE as networth
from (
select
live.udf_api('https://flipsidecrypto.xyz/api/v1/queries/6a084f89-ea42-420d-bdd8-89341c36589c/data/latest') as resp
), lateral flatten (input => resp:data)
)
select address, networth from yeeters
order by networth desc
QueryRunArchived: QueryRun has been archived