andurilUntitled Query
    Updated 2022-08-22
    /*
    Hey hey, we ingest new data once a day. It's historically been around 2 AM EST. But we have kind of hit critical mass with our scheduled jobs and many have recently been delayed 90 or so minutes
    Pulling around 6 or 7 AM EST should be pretty safe

    */


    select *
    from solana.core.fact_transfers
    where
    (tx_from = 'GgYtnDJMHQG4gpVzy2KHukSvHfFJcs1jLXASsBCQE83P'
    or tx_to = 'GgYtnDJMHQG4gpVzy2KHukSvHfFJcs1jLXASsBCQE83P')
    Run a query to Download Data