No Data to Display
AephiaMining - Budget: $200
Updated 5 hours ago
9999
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
›
⌄
WITH token_prices AS (
SELECT
*
FROM $query('21b1f230-5365-41ed-9d66-3f14153bec8b')
)
,mining_txs_fees AS (
SELECT
sol_mine_txs
FROM $query('e88bc49c-68a5-44dc-b6ce-c64275d58ecf')
WHERE date = current_date-1
)
,gecko_call_data as (
select live.udf_api('https://api.coingecko.com/api/v3/nfts/star-atlas-crew')
as response
)
,gecko_flattened_data as (
select * from
gecko_call_data, lateral flatten(input => parse_json(response:data))
)
,crew AS (
SELECT
case when key = 'floor_price' then value:usd end as fp_crew
FROM gecko_flattened_data
where fp_crew IS NOT NULL
)
,LM_volumes AS (
SELECT
Last run: about 5 hours ago
0
2B
303s