AephiaMining - Budget: $200
    Updated 5 hours ago
    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
    No Data to Display
    0
    2B
    303s