lj1024Untitled Query
    Updated 2023-05-24
    select
    *
    from

    solana.core.fact_transactions
    where 1=1
    and
    and stake_pool_name = 'marinade'
    and date_trunc('day', block_timestamp) between '2023-05-23' and '2023-05-30'

    limit 30
    Run a query to Download Data