HoneylandGenesis = Data Pull 2
    Updated 2 hours ago
    WITH honeyland_genesis as (
    select
    livequery.live.udf_api(
    'https://flipsidecrypto.xyz/api/v1/queries/60a54d14-0978-4ef8-bfe8-81a8e356209b/data/latest'
    ): data as data
    ),
    honeyland_genesis_call as (
    SELECT
    VALUE:MINT :: STRING AS MINT,
    VALUE:LAST_TX_TO :: STRING AS LAST_TX_TO
    FROM
    (
    select
    *
    from
    honeyland_genesis
    ) response,
    LATERAL FLATTEN(INPUT => PARSE_JSON(response.data))
    )

    SELECT *
    FROM honeyland_genesis_call
    Last run: about 2 hours agoAuto-refreshes every 24 hours
    No Data to Display
    0
    2B
    18s